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>2019-01-23 19:07:14 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-01-23 19:07:14 +0300
commita32bb652f77d4716476106fb6dadde108d287c3c (patch)
tree4a93542eee70a65ae67ff424356efbc2c9b8a726 /src/quicksy/res
parent2e0db4dcdacf472f500d949cfafd83999fe13aa4 (diff)
always show number of connected accounts in foreground notification. fixes #3352
Diffstat (limited to 'src/quicksy/res')
-rw-r--r--src/quicksy/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quicksy/res/values/strings.xml b/src/quicksy/res/values/strings.xml
index 5f1eda0fc..3792c2ada 100644
--- a/src/quicksy/res/values/strings.xml
+++ b/src/quicksy/res/values/strings.xml
@@ -7,7 +7,6 @@
<string name="contacts_have_no_pgp_keys">Quicksy is unable to encrypt your messages because your contacts are not announcing their public key.\n\n<small>Please ask your contacts to setup OpenPGP.</small></string>
<string name="pref_notification_grace_period_summary">The length of time Quicksy keeps quiet after seeing activity on another device</string>
<string name="pref_never_send_crash_summary">By sending in stack traces you are helping the ongoing development of Quicksy</string>
- <string name="touch_to_open_conversations">Touch to open Quicksy</string>
<string name="no_storage_permission">Quicksy needs access to external storage</string>
<string name="no_camera_permission">Quicksy needs access to the camera</string>
<string name="battery_optimizations_enabled_explained">Your device is doing some heavy battery optimizations on Quicksy that might lead to delayed notifications or even message loss.\nIt is recommended to disable those.</string>
@@ -20,4 +19,4 @@
<string name="no_microphone_permission">Quicksy needs access to the microphone</string>
<string name="foreground_service_channel_description">This notification category is used to display a permanent notification indicating that Quicksy is running.</string>
<string name="set_profile_picture">Quicksy profile picture</string>
-</resources> \ No newline at end of file
+</resources>