diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-01-16 16:10:27 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-01-16 16:10:27 +0100 |
commit | be169215caa26bce5cf707ea7ce8db79da21f8e1 (patch) | |
tree | ee5daa3c0fda31e0fdb9d31c29f8bc86a781930e /src/main/res/values | |
parent | dc8b467cf63af3466e13f58c8abc63875a44754e (diff) | |
parent | edd58f19b46340f3c9e2182441c9f749754cfa5c (diff) |
Merge branch 'SamWhited-download-button-notification' into development
Diffstat (limited to '')
-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 f35b59ca..e6776a60 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -85,6 +85,7 @@ <string name="send_pgp_message">Send OpenPGP encrypted message</string> <string name="your_nick_has_been_changed">Your nickname has been changed</string> <string name="download_image">Download Image</string> + <string name="download_file">Download File</string> <string name="image_offered_for_download"><i>Image file offered for download</i></string> <string name="send_unencrypted">Send unencrypted</string> <string name="decryption_failed">Decryption failed. Maybe you don’t have the proper private key.</string> |