aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2017-08-02 11:49:12 +0200
committersteckbrief <steckbrief@chefmail.de>2017-08-02 11:51:37 +0200
commit8c5208bacd95ebd1ad6a6c192e536fd1ed47bfe2 (patch)
tree7cef44d8f2c1e075f59dee51b477f9c7ea9f47d4 /src/main/res/values/strings.xml
parenta9491140276305b3c45f675e765e17111362b7c3 (diff)
Implements FS#247 and FS#248: Show online status and typing notification in title
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index b76be95d..2055c5de 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -688,4 +688,6 @@
<string name="checking_remote_filesize">Checking file size on remote host.</string>
<string name="pref_log_stanzas_summary">Log stanzas messages to logcat to improve debugging</string>
<string name="pref_log_stanzas">Log stanzas</string>
+ <string name="contact_paused_typing">...has stopped typing</string>
+ <string name="is_typing">...is writing</string>
</resources>