mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
fix default phonies value; improve some strings related to default timer
This commit is contained in:
parent
dd2693bab0
commit
695c5736e5
2 changed files with 5 additions and 5 deletions
|
@ -181,7 +181,7 @@
|
|||
delete all games? This action cannot be undone.</string>
|
||||
|
||||
<string name="hints_allowed">Allow hints</string>
|
||||
<string name="use_timer">Enable timer</string>
|
||||
<string name="use_timer">Enable game timer</string>
|
||||
<string name="color_tiles">Color tiles</string>
|
||||
<string name="color_tiles_summary">Draw tiles using color of
|
||||
player who played them</string>
|
||||
|
@ -233,7 +233,7 @@
|
|||
games</string>
|
||||
<string name="default_dict">Game dictionary</string>
|
||||
<string name="default_phonies">Handle phonies</string>
|
||||
<string name="board_size">Initial board size</string>
|
||||
<string name="board_size">Board size</string>
|
||||
<string name="default_timerenabled">Use game timer</string>
|
||||
|
||||
<string name="manage_dicts">Choose</string>
|
||||
|
@ -325,6 +325,6 @@
|
|||
|
||||
<string name="gamef">Game %d</string>
|
||||
<string name="playerf">Player %d</string>
|
||||
<string name="initial_game_minutes">Default game minutes</string>
|
||||
<string name="initial_game_minutes">Game time (minutes)</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
android:title="@string/default_phonies"
|
||||
android:entries="@array/phony_names"
|
||||
android:entryValues="@array/phony_names"
|
||||
android:defaultValue="0"
|
||||
android:defaultValue="@string/phonies_ignore"
|
||||
/>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_default_timerenabled"
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
</PreferenceScreen>
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_color_tiles"
|
||||
<CheckBoxPreference android:key="@string/key_color_tiles"
|
||||
android:title="@string/color_tiles"
|
||||
android:summary="@string/color_tiles_summary"
|
||||
android:defaultValue="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue