mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
clean up a couple of debug-only strings
This commit is contained in:
parent
f9f7874a55
commit
4470a9e66c
2 changed files with 4 additions and 2 deletions
|
@ -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-->
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue