Renamed mailing list to user forum
This commit is contained in:
parent
930642cb36
commit
fc8eca83bd
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue