From 0eab25eec9eb5bd662a607103ea9b7d79ea1b210 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Wed, 30 Jun 2010 06:32:21 -0700 Subject: [PATCH] make warn-phonies the default. Users are complaining about bogus words being accepted; this may may the feature easier to find. --- xwords4/android/XWords4/res/xml/xwprefs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/res/xml/xwprefs.xml b/xwords4/android/XWords4/res/xml/xwprefs.xml index f46abad60..7b4315d7f 100644 --- a/xwords4/android/XWords4/res/xml/xwprefs.xml +++ b/xwords4/android/XWords4/res/xml/xwprefs.xml @@ -16,7 +16,7 @@ android:title="@string/default_phonies" android:entries="@array/phony_names" android:entryValues="@array/phony_names" - android:defaultValue="@string/phonies_ignore" + android:defaultValue="@string/phonies_warn" />