clean up a couple of debug-only strings

This commit is contained in:
Eric House 2013-05-09 22:15:38 -07:00
parent f9f7874a55
commit 4470a9e66c
2 changed files with 4 additions and 2 deletions

View file

@ -129,7 +129,8 @@
<string name="gamel_menu_storedb">Write DB to SD card</string>
<string name="gamel_menu_loaddb">Load DB from SD card</string>
<string name="udp_relay">New/Experimental relay connection</string>
<string name="drop_gcm">Ignore GCM notices (for testing)</string>
<string name="drop_gcm_title">Ignore GCM notices</string>
<string name="drop_gcm_summary">(for testing relay proxy)</string>
<!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->

View file

@ -300,7 +300,8 @@
android:defaultValue="false"
/>
<CheckBoxPreference android:key="@string/key_drop_gcm"
android:title="@string/drop_gcm"
android:title="@string/drop_gcm_title"
android:summary="@string/drop_gcm_summary"
android:defaultValue="false"
/>
<CheckBoxPreference android:key="@string/key_logging_on"