diff options
author | licaon-kter <licaon-kter@users.noreply.github.com> | 2017-05-23 12:28:27 +0300 |
---|---|---|
committer | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-05-23 11:28:27 +0200 |
commit | 9558e22fed38e1869feeaa86ac5e244c590e5ce3 (patch) | |
tree | 95e9dcd83a2a072695938838316e9eeba29d319c /src/main/res | |
parent | 03a2e7293af29b64b6b263f76a90e385e7d308fe (diff) |
Make 'export log' option function clearer (#135)
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 375179423..854932a9d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -376,9 +376,9 @@ <string name="smp_requested">Contact requested SMP verification</string> <string name="no_otr_session_found">No valid OTR session has been found!</string> <string name="conversations_foreground_service">Pix-Art Messenger</string> - <string name="pref_export_logs">Export Logs</string> - <string name="pref_export_logs_summary">Write logs to SD card</string> - <string name="notification_export_logs_title">Writing backup to SD card</string> + <string name="pref_export_logs">Export history</string> + <string name="pref_export_logs_summary">Write conversations history logs to SD card</string> + <string name="notification_export_logs_title">Writing conversations to SD card</string> <string name="choose_file">Choose file</string> <string name="receiving_x_file">Receiving %1$s (%2$d%% completed)</string> <string name="download_x_file">Download %s</string> |