Skip to content

Commit

Permalink
chore(strings): Remove "Enable" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 13, 2017
1 parent 8f95dde commit ff3d0e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<!-- Example General settings -->
<string name="pref_header_experimental">Experimental</string>

<string name="pref_title_experimental_ui">Enable experimental UI</string>
<string name="pref_title_experimental_ui">Experimental UI</string>
<string name="pref_desc_experimental_ui">Shows a new interface for those who would like to beta test new features.</string>
<string name="pref_title_experimental_features">Enable Experimental Features</string>
<string name="pref_title_experimental_features">Experimental Features</string>
<string name="pref_desc_experimental_features">Enables features that may or may not be eventually released to the public.</string>
<string name="pref_title_experimental_calendar">Enable Experimental Calendar</string>
<string name="pref_desc_experimental_calendar">Enables the experimental calendar that is current a Work In Progress and will be eventually be released to the public.</string>
<string name="pref_title_experimental_calendar">Experimental Calendar</string>
<string name="pref_desc_experimental_calendar">Enables the experimental calendar that is currently a Work In Progress and will be eventually be released to the public.</string>
<!-- Example settings for Data & Sync -->
<string name="pref_header_data_sync">Data &amp; sync</string>

Expand Down

0 comments on commit ff3d0e8

Please sign in to comment.