diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-08-23 11:34:14 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-08-23 11:34:14 +0200 |
commit | 14e28d1e9afc058526eba4a6096d582f4810ea84 (patch) | |
tree | 2a788de4cdb34570fe4f64e142e974ff9ee12756 /src/main/res/values/strings.xml | |
parent | ad096f4bfd220a106aab670105275397bfcbfd0e (diff) |
Fixes FS#229: prompt for confirmation before deleting a file
Diffstat (limited to 'src/main/res/values/strings.xml')
-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 22b6c490..8136a84f 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -675,4 +675,5 @@ <string name="no_application_to_share_uri">No application found to share URI</string> <string name="share_uri_with">Share URI with…</string> <string name="delete_remote_file_x">Delete remote file</string> + <string name="cplus_are_you_sure">Are you sure?</string> </resources> |