aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-06-29 12:36:20 +0200
committerChristian Schneppe <christian@pix-art.de>2016-06-29 12:36:20 +0200
commitc6287b2e92e1126bf7cf9fc4e2e4253068acdea0 (patch)
tree44e29ef6489c6303ea6549184e57ef38a2c0e4ca /src/main/res
parentb17cf7fcf5cee6eb00c8a15b0fe539ddaf1573e0 (diff)
reworked image preview a bit
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values-de/strings.xml1
-rw-r--r--src/main/res/values/strings.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 3f6e73b9c..90f798977 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -627,5 +627,6 @@
<string name="openpgp_key_id">OpenPGP Schlüssel ID</string>
<string name="otr_fingerprint_selected_message">OTR Fingerabdruck der Nachricht</string>
<string name="unable_to_connect_to_keychain">Keine Verbindung zu OpenKeychain</string>
+ <string name="send_image">Bild senden?</string>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f318b7024..584d08a21 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -667,4 +667,5 @@
<string name="request_permissions_message_again">You have denied some or all permissions needed for Pix-Art Messenger. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself.</string>
<string name="unable_to_connect_to_keychain">Unable to connect to OpenKeychain</string>
<string name="no_permission">Pix-Art Messenger has no permissions</string>
+ <string name="send_image">Send image?</string>
</resources>