diff options
author | licaon-kter <licaon-kter@users.noreply.github.com> | 2016-08-11 21:07:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 21:07:25 +0300 |
commit | 81b0f6086028d7a779a706dc670b96b945486c6a (patch) | |
tree | 57b81bc8138b9431103da845b782cac7df515d34 /src/main/res/values/strings.xml | |
parent | 8b6f06f0f94b08cdcc300d3308d37969e5d81bd4 (diff) |
Clear export option function
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 96d7d3cc..766cb9fe 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -392,8 +392,8 @@ <string name="conversations_foreground_service">Conversations</string> <string name="pref_keep_foreground_service">Keep service in foreground</string> <string name="pref_keep_foreground_service_summary">Prevents the operating system from killing your connection</string> - <string name="pref_export_logs">Export Logs</string> - <string name="pref_export_logs_summary">Write logs 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 logs to SD card</string> <string name="choose_file">Choose file</string> <string name="receiving_x_file">Receiving %1$s (%2$d%% completed)</string> |