diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-06-02 00:28:54 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-06-02 00:28:54 +0200 |
commit | 7e1e080eb6330fc17b5857212c0c708eb0bcb289 (patch) | |
tree | 9527f419791bd935f39a271c95263a6603797786 /res/values | |
parent | 236453295c7016473a34526e7230c57135331e9d (diff) | |
parent | 5881fc041242ae7fe91fafb8ca86b98bca9e003f (diff) |
Merge pull request #169 from alethea/self-typo
Fixed typo in source
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e80de86f..d3a7a91c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -139,7 +139,7 @@ <string name="pref_notification_grace_period_summary">Disable notifications for a short time after a carbon copy was received</string> <string name="pref_ui_options">UI Options</string> <string name="pref_use_phone_self_picture">Use Phones self contact picture</string> - <string name="pref_use_phone_sefl_picture_summary">You may no longer be able to distinguish which account you are using in a conversation</string> + <string name="pref_use_phone_self_picture_summary">You may no longer be able to distinguish which account you are using in a conversation</string> <string name="pref_conference_name">Conference name</string> <string name="pref_conference_name_summary">Use room’s subject to identify Conferences</string> <string name="pref_advanced_options">Advanced Options</string> |