aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-20 16:57:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-20 16:57:58 +0200
commit29c41ec7286b66d813b8c4ff04098b675c3d8718 (patch)
treeb4641070e9230888c3223c82cceef47a877a8d4f /src/main/res/values
parentc6d6b3e3f25a1c79508a45325a88f538770ac2b5 (diff)
add confirmation dialog for deleting files
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 5b7046752..331737eeb 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -75,7 +75,7 @@
<string name="sharing_files_please_wait">Sharing files. Please wait…</string>
<string name="action_clear_history">Clear history</string>
<string name="clear_conversation_history">Clear Conversation History</string>
- <string name="clear_histor_msg">Do you want to delete all messages within this Conversation?\n\n<b>Warning:</b> This will not influence messages stored on other devices or servers.</string>
+ <string name="clear_histor_msg">Are you sure you want to delete all messages within this conversation?\n\n<b>Warning:</b> This will not delete copies of those messages that are stored on other devices or servers.</string>
<string name="delete_messages">Delete messages</string>
<string name="also_end_conversation">End this conversation afterwards</string>
<string name="choose_presence">Choose device</string>
@@ -830,4 +830,7 @@
<string name="action_open">Open</string>
<string name="action_delete">Delete</string>
<string name="security_violation_not_attaching_file">File omitted due to security violation.</string>
+ <string name="delete_file_dialog">Delete file</string>
+ <string name="delete_file_dialog_msg">Are you sure you want to delete this file?\n\n<b>Warning:</b> This will not delete copies of this file that are stored on other devices or servers. </string>
+
</resources>