mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Added summary for "report issue" settings item.
This commit is contained in:
parent
ff7f6a811c
commit
9ab75791c1
2 changed files with 5 additions and 1 deletions
|
@ -36,6 +36,9 @@ Please report any problems you encounter.
|
|||
<!-- Settings item that opens issue tracker -->
|
||||
<string name="report_issue_title">Report Issue</string>
|
||||
|
||||
<!-- Summary for the issue tracker settings item -->
|
||||
<string name="report_issue_summary">Open the Syncthing-Android issue tracker</string>
|
||||
|
||||
<!-- URL of the issue tracker -->
|
||||
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
<Preference
|
||||
android:key="report_issue"
|
||||
android:title="@string/report_issue_title" />
|
||||
android:title="@string/report_issue_title"
|
||||
android:summary="@string/report_issue_summary"/>
|
||||
|
||||
<Preference
|
||||
android:key="syncthing_version"
|
||||
|
|
Loading…
Reference in a new issue