Renamed mailing list to user forum

This commit is contained in:
ByteHamster 2020-02-23 10:24:30 +01:00
parent 930642cb36
commit fc8eca83bd
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
android:icon="?attr/ic_questionmark" /> android:icon="?attr/ic_questionmark" />
<Preference <Preference
android:key="prefViewMailingList" android:key="prefViewMailingList"
android:title="@string/view_mailing_list" android:title="@string/visit_user_forum"
android:icon="?attr/ic_chat" /> android:icon="?attr/ic_chat" />
<Preference <Preference
android:key="prefSendBugReport" android:key="prefSendBugReport"

View File

@ -486,7 +486,7 @@
<string name="pref_smart_mark_as_played_disabled">Disabled</string> <string name="pref_smart_mark_as_played_disabled">Disabled</string>
<string name="pref_image_cache_size_title">Image Cache Size</string> <string name="pref_image_cache_size_title">Image Cache Size</string>
<string name="pref_image_cache_size_sum">Size of the disk cache for images.</string> <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string>
<string name="view_mailing_list">View mailing list</string> <string name="visit_user_forum">Visit user forum</string>
<string name="bug_report_title">Report bug</string> <string name="bug_report_title">Report bug</string>
<string name="open_bug_tracker">Open bug tracker</string> <string name="open_bug_tracker">Open bug tracker</string>
<string name="copy_to_clipboard">Copy to clipboard</string> <string name="copy_to_clipboard">Copy to clipboard</string>