diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-03-31 11:16:50 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-03-31 11:16:50 +0200 |
commit | 86ddb138628f1369fe03a2189978f214aa890c45 (patch) | |
tree | 406c70ff220eb750a9195dcb2ac63f94537d44b5 /src/main/res/values | |
parent | 0aadf62cd597662493a26a1d0d522670a805578a (diff) |
renamed button in recording dialog to 'attach'
Diffstat (limited to 'src/main/res/values')
-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 00f199a0f..dd90d8418 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -895,4 +895,5 @@ <string name="pref_show_mappreview_inside">Show previews of locations in chat</string> <string name="pref_use_internal_updater_summary">Let the messenger look for new app updates once a day</string> <string name="pref_use_internal_updater">look for updates</string> + <string name="attach">Attach</string> </resources> |