diff options
author | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-03 16:06:59 +0100 |
---|---|---|
committer | Daniel Gultsch <inputmice@siacs.eu> | 2015-01-03 16:06:59 +0100 |
commit | be7de054be6b31b82947b9c641c8b1d5bbefb284 (patch) | |
tree | 31c7f444f0a2c8a655a436cda804d53485263e22 /src/main/res/values | |
parent | 960b7343d3bf2511be4a6da838b9cf4a0f0a3c43 (diff) |
record voice and attachment refactor
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 73259228..45174cd8 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -405,4 +405,5 @@ <string name="password_should_not_be_empty">Password should not be empty</string> <string name="enable_all_accounts">Enable all accounts</string> <string name="disable_all_accounts">Disable all accounts</string> + <string name="perform_action_with">Perform action with</string> </resources> |