Skip to content

Commit

Permalink
Update strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed May 28, 2014
1 parent dc298eb commit da29c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kegtab/src/main/res/xml/settings_access.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<CheckBoxPreference
android:defaultValue="true"
android:key="config:ALLOW_REGISTRATION"
android:summaryOff="New users cannot register from the main screen"
android:summaryOn="New users can register from the main screen"
android:summaryOff="New users cannot register in the app"
android:summaryOn="New users can register in the app"
android:title="Allow New User Registration">
</CheckBoxPreference>
<CheckBoxPreference
Expand Down

0 comments on commit da29c04

Please sign in to comment.