Skip to content

Commit ff3d0e8

Browse files
committed
chore(strings): Remove "Enable" prefix
1 parent 8f95dde commit ff3d0e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<!-- Example General settings -->
1414
<string name="pref_header_experimental">Experimental</string>
1515

16-
<string name="pref_title_experimental_ui">Enable experimental UI</string>
16+
<string name="pref_title_experimental_ui">Experimental UI</string>
1717
<string name="pref_desc_experimental_ui">Shows a new interface for those who would like to beta test new features.</string>
18-
<string name="pref_title_experimental_features">Enable Experimental Features</string>
18+
<string name="pref_title_experimental_features">Experimental Features</string>
1919
<string name="pref_desc_experimental_features">Enables features that may or may not be eventually released to the public.</string>
20-
<string name="pref_title_experimental_calendar">Enable Experimental Calendar</string>
21-
<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>
20+
<string name="pref_title_experimental_calendar">Experimental Calendar</string>
21+
<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>
2222
<!-- Example settings for Data & Sync -->
2323
<string name="pref_header_data_sync">Data &amp; sync</string>
2424

0 commit comments

Comments
 (0)