diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-12-30 09:24:41 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-12-30 09:24:41 +0100 |
commit | cacddef75668c1811d951795c2276c20255c9142 (patch) | |
tree | fb14f3482e01b6fe8acdc5a68d56b6e2a8a42ac1 /src/main/res/values/strings.xml | |
parent | 3c5d7d4f1b8af9568fdc7ba17f4c6d0a11167a4e (diff) | |
parent | 0882da2568e8ca926cfcebbefe91adbfebe0e0d9 (diff) |
Merge pull request #821 from SamWhited/appnametranslation
Several translation fixes
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index f75a698b..34c574ee 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Conversations</string> + <string name="app_name" translatable="false">Conversations</string> <string name="action_settings">Settings</string> <string name="action_add">New conversation</string> <string name="action_accounts">Manage accounts</string> @@ -279,7 +279,7 @@ <string name="pref_expert_options_summary">Please be careful with these</string> <string name="title_activity_about">About Conversations</string> <string name="pref_about_conversations_summary">Build and licensing information</string> - <string name="pref_about_message" translatable="false"> + <string name="pref_about_message" translatable="false"> Conversations • the very last word in instant messaging. \n\nCopyright © 2014 Daniel Gultsch \n\nThis program is free software: you can redistribute it and/or modify |