diff options
author | Licaon_Kter <licaon-kter@users.noreply.github.com> | 2018-01-25 05:12:44 +0000 |
---|---|---|
committer | Christian Schneppe <kriztan@users.noreply.github.com> | 2018-01-25 06:12:44 +0100 |
commit | 4e92ac10132ca2391c109b16bfdde0c04bc26dd5 (patch) | |
tree | 5e406acb380b7d40c2a382e65e6fe74c015a5805 | |
parent | 563fd9f6a6c206e960ed6b5471869f9c1ed4d0ec (diff) |
App title should not be translatable (#169)
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 274ca46ad..cc4fe7b06 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -321,7 +321,7 @@ <string name="verified">Verified!</string> <string name="smp_requested">Contact requested SMP verification</string> <string name="no_otr_session_found">No valid OTR session has been found!</string> - <string name="conversations_foreground_service">Pix-Art Messenger</string> + <string name="conversations_foreground_service" translatable="false">Pix-Art Messenger</string> <string name="pref_export_logs">Export history</string> <string name="pref_export_logs_summary">Write conversations history logs to SD card</string> <string name="notification_export_logs_title">Writing conversations to SD card</string> |