mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Changed misleading title of sttrace option (#951)
* Changed misleading title of sttrace option The sttrace preference field just takes a list of facilities as an input (https://docs.syncthing.net/dev/debugging.html). Calling it 'Debug Options' might be misleading since Syncthing offers way more debugging options than just sttrace. Naming it 'STTRACE options' makes it clear for the user what he or she should enter. * Reverted german translation for sttrace_title
This commit is contained in:
parent
e9710cebee
commit
acf088a845
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ Please report any problems you encounter via Github.</string>
|
|||
<string name="config_import_failed">Config import failed, make sure files are in %1$s</string>
|
||||
|
||||
<!-- Title for the preference to set STTRACE parameters -->
|
||||
<string name="sttrace_title">Debug Options</string>
|
||||
<string name="sttrace_title">STTRACE Options</string>
|
||||
|
||||
<string name="environment_variables">Environment variables</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue