change name of dev options to dev mode

This commit is contained in:
Philipp Schaefer
2013-05-03 01:33:07 +02:00
parent 9aa8aaa59d
commit 2c59ae0eaf
3 changed files with 10 additions and 10 deletions

View File

@ -44,8 +44,8 @@
<CheckBoxPreference
android:key="pref_dev_checkbox"
android:title="@string/pref_enable_dev_options"
android:summary="@string/pref_enable_dev_options_sum"
android:title="@string/pref_enable_dev_mode"
android:summary="@string/pref_enable_dev_mode_sum"
android:defaultValue="false" />
<ListPreference