Skip to content

Commit

Permalink
A few preference string fixes (closes #730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cguy7777 authored and QuantumBadger committed Jun 8, 2020
1 parent 60d8f82 commit 757b807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<string name="pref_appearance_loading_detail_title">Show detailed loading messages</string>

<string name="pref_appearance_comment_header_items_key" translatable="false">pref_appearance_comment_header_items</string>
<string name="pref_appearance_comment_header_items_title">Comment header</string>
<string name="pref_appearance_comment_header_items_title">Comment header entries</string>

<!-- Behaviour Prefs -->

Expand Down Expand Up @@ -1138,7 +1138,7 @@
<!-- 2020-02-04 -->
<string name="pref_appearance_posts_header">Posts</string>
<string name="pref_appearance_post_subtitle_items_key" translatable="false">pref_appearance_post_subtitle_items_key</string>
<string name="pref_appearance_post_subtitle_items_title">Post Subtitle Entries</string>
<string name="pref_appearance_post_subtitle_items_title">Post subtitle entries</string>
<string name="pref_appearance_post_subtitle_items_sticky">Sticky tag</string>
<string name="pref_appearance_post_subtitle_items_spoiler">Spoiler tag</string>
<string name="pref_appearance_post_subtitle_items_nsfw">NSFW tag</string>
Expand All @@ -1147,7 +1147,7 @@
<string name="pref_appearance_post_subtitle_items_use_different_settings_key" translatable="false">pref_appearance_post_subtitle_items_use_different_settings_key</string>
<string name="pref_appearance_post_subtitle_items_use_different_settings_title">Use different settings for opened posts</string>
<string name="pref_appearance_post_header_subtitle_items_key" translatable="false">pref_appearance_post_header_subtitle_items_key</string>
<string name="pref_appearance_post_header_subtitle_items_title">Opened Post Subtitle Entries</string>
<string name="pref_appearance_post_header_subtitle_items_title">Opened post subtitle entries</string>

<!-- 2020-02-05 -->
<string name="pref_cache_precache_images_list_key">pref_cache_precache_images_list_key</string>
Expand All @@ -1168,7 +1168,6 @@
<string name="search_results_subreddit_only">Search on /r/%s</string>

<!-- 2020-02-17 -->
<string name="pref_appearance_comment_header_summary">Select which information to display in comments</string>
<string name="pref_network_tor_summary">When using an external browser or Custom Tabs, links will not be opened using Tor (unless your browser is configured to use Tor)</string>

<!-- 2020-03-05 -->
Expand Down
1 change: 0 additions & 1 deletion src/main/res/xml/prefs_appearance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
android:dialogTitle="@string/pref_appearance_comment_header_items_title"
android:key="@string/pref_appearance_comment_header_items_key"
android:title="@string/pref_appearance_comment_header_items_title"
android:summary="@string/pref_appearance_comment_header_summary"
android:entries="@array/pref_appearance_comment_header_items"
android:entryValues="@array/pref_appearance_comment_header_items_return"
android:defaultValue="@array/pref_appearance_comment_header_items_default" />
Expand Down

0 comments on commit 757b807

Please sign in to comment.