diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-05 13:29:45 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-05 13:29:45 +0200 |
commit | dc0213710640911a796880fcd68a75d2b576918d (patch) | |
tree | e5a480c2b53da55a828147ea2af2da53740ba95d /res/values/strings.xml | |
parent | 34228d0e7820eedec1d610d28db99fb91783de60 (diff) |
warn user if no presence subscription exists
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f655c1a8..5e8d4f55 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -241,5 +241,8 @@ <string name="enable">Enable</string> <string name="conference_requires_password">Conference requires password</string> <string name="enter_password">Enter password</string> + <string name="missing_presence_updates">Missing presence updates from contact</string> + <string name="request_presence_updates">Please request presence updates from your contact first.\n\n<small>This will be used to determine what client(s) your contact is using.</small></string> + <string name="request_now">Request now</string> </resources>
\ No newline at end of file |