aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2014-12-29 19:09:27 -0500
committerSam Whited <sam@samwhited.com>2014-12-29 19:38:47 -0500
commit0882da2568e8ca926cfcebbefe91adbfebe0e0d9 (patch)
treefb14f3482e01b6fe8acdc5a68d56b6e2a8a42ac1 /src/main/res/values/strings.xml
parent3c5d7d4f1b8af9568fdc7ba17f4c6d0a11167a4e (diff)
Make `app_name' string untranslatable
Remove untranslatable about message Escape single quote in NL translation
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml4
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