diff options
author | lookshe <github@lookshe.org> | 2016-04-17 19:01:32 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-04-17 19:01:32 +0200 |
commit | 9b59faa2fa0841fb5b3a153eae8cce09c3491a36 (patch) | |
tree | d74fa5d2e809f458bbf49bbbe30ec002a206d8d4 | |
parent | ad6208e53095e3a9870cdc0eae9b7c068a42829a (diff) |
removed unused string
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 99f16722..8ead4363 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -104,7 +104,6 @@ <string name="pref_xmpp_resource_summary">The name this client identifies itself with</string> <string name="pref_accept_files">Accept files</string> <string name="pref_accept_files_summary">Automatically accept files smaller than…</string> - <string name="pref_attachments">Attachments</string> <string name="pref_return_to_previous">Quick Sharing</string> <string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string> <string name="pref_accept_files_size">Size</string> |