aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-01 17:15:36 +0100
committerDaniel Gultsch <daniel@gultsch.de>2015-12-01 17:15:36 +0100
commit65b5504e68e36116234bd69126304d6d764b678b (patch)
treed3cf85c055c519d1b16b1cdb5ccc65a27965e167 /src/main/res
parent2cd43f704215f963200249c0771362ce2bcf4768 (diff)
introduce config.java variable to optionally show number of connected accounts in notification
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 9f257363..e312bd59 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -548,4 +548,5 @@
<string name="hostname_or_onion">Server- or .onion-Address</string>
<string name="not_a_valid_port">This is not a valid port number</string>
<string name="not_valid_hostname">This is not a valid hostname</string>
+ <string name="connected_accounts">%1$d of %2$d accounts connected</string>
</resources>