diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-08-01 14:56:32 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-08-01 14:56:32 +0200 |
commit | a9491140276305b3c45f675e765e17111362b7c3 (patch) | |
tree | 0115f37018a6cc71199a5556a01cafc613cab423 /src/main/res/values/strings.xml | |
parent | 11e2b1accd933eb9fcb4477a60dd0864d9f72a67 (diff) |
Implements FS#106: Add expert setting to log xml trace
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index eb1fefb8..b76be95d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -686,4 +686,6 @@ <string name="cplus_remote_file_delete_failed">Failed to delete remote file.</string> <string name="remote_filestatus_not_found">Remote file not found.</string> <string name="checking_remote_filesize">Checking file size on remote host.</string> + <string name="pref_log_stanzas_summary">Log stanzas messages to logcat to improve debugging</string> + <string name="pref_log_stanzas">Log stanzas</string> </resources> |