diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-12-16 22:59:51 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-12-16 23:01:03 +0100 |
commit | d7871f90332adc106e50d5f36e454146105ef60f (patch) | |
tree | fadaaa8e6c4d594a780ef0bdd4395be855416c72 /src/main/res | |
parent | 8a532073ff6a585e16e988a5179c25d9a1726a88 (diff) |
Add ShareViaAccountActivity
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 84e4e0d51..c9e9dd6a8 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -747,4 +747,5 @@ <string name="pref_use_bundled_emoji">Use integrated emojis</string> <string name="pref_use_bundled_emoji_summary">Use the integrated emoji library instead of using your devices ones. Changes will be available after reopening the app.</string> <string name="invalid_muc_nick">Invalid nickname</string> + <string name="title_activity_share_via_account">Share via account</string> </resources> |