Skip to content

Commit

Permalink
Changing checkbox text in preferences to be displayable on all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriog committed May 4, 2012
1 parent eed9e5f commit 63e39ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion res/values/strings.xml
Expand Up @@ -12,7 +12,8 @@
<item>Name</item>
<item>Score</item>
</string-array>
<string name="preferences_showsystemapps">Show system applications</string>
<string name="preferences_showsystemapps_title">System applications</string>
<string name="preferences_showsystemapps_summary">Show system applications</string>

<string name="applist_loading">Loading applications…</string>
<string name="applist_cancel">Cancel</string>
Expand Down
3 changes: 2 additions & 1 deletion res/xml/main.xml
Expand Up @@ -10,7 +10,8 @@
android:key="sorting"
android:defaultValue="name" />
<CheckBoxPreference
android:title="@string/preferences_showsystemapps"
android:title="@string/preferences_showsystemapps_title"
android:summary="@string/preferences_showsystemapps_summary"
android:key="showsystemapps"
android:defaultValue="true" />
</PreferenceCategory>
Expand Down

0 comments on commit 63e39ec

Please sign in to comment.