Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-02-10 17:56:02 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-02-10 17:56:02 +0300
commit3847ab846569d51db1f104820ffc5d2eba2279af (patch)
tree4a0d44ebb0b3b5335d3e89f5221b5f2d0b28d18b /src/main/res/values/strings.xml
parentdeee31e517a3d2a58bdef552e891a7f7765752d6 (diff)
paramaterize app name in more places
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 197756c89..61e4ef2b2 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -593,12 +593,12 @@
<string name="show_error_message">Show error message</string>
<string name="error_message">Error Message</string>
<string name="data_saver_enabled">Data saver enabled</string>
- <string name="data_saver_enabled_explained">Your operating system is restricting %1$s from accessing the Internet when in background. To receive notifications of new messages you should allow Conversations unrestricted access when “Data saver” is on.\nConversations will still make an effort to save data when possible.</string>
+ <string name="data_saver_enabled_explained">Your operating system is restricting %1$s from accessing the Internet when in background. To receive notifications of new messages you should allow %1$s unrestricted access when “Data saver” is on.\%1$s will still make an effort to save data when possible.</string>
<string name="device_does_not_support_data_saver">Your device does not support disabling Data saver for %1$s.</string>
<string name="error_unable_to_create_temporary_file">Could not create temporary file</string>
<string name="this_device_has_been_verified">This device has been verified</string>
<string name="copy_fingerprint">Copy fingerprint</string>
- <string name="all_omemo_keys_have_been_verified">You have verified all the OMEMO keys in your posession</string>
+ <string name="all_omemo_keys_have_been_verified">You have verified all the OMEMO keys in your possession</string>
<string name="barcode_does_not_contain_fingerprints_for_this_conversation">The barcode does not contain fingerprints for this conversation.</string>
<string name="verified_fingerprints">Verified fingerprints</string>
<string name="use_camera_icon_to_scan_barcode">Use the camera to scan a contact’s barcode</string>