mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add explanatory title to phonies spinner
This commit is contained in:
parent
885bfe4779
commit
8972df7b88
2 changed files with 4 additions and 2 deletions
|
@ -188,6 +188,7 @@
|
|||
/>
|
||||
|
||||
<Spinner android:id="@+id/phonies_spinner"
|
||||
android:prompt="@string/phonies_spinner_prompt"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawSelectorOnTop="true"
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
<string name="prefs_behavior_summary">Settings controlling app behavior</string>
|
||||
|
||||
<string name="default_dict">Game dictionary</string>
|
||||
<string name="default_phonies">Handle phonies</string>
|
||||
<string name="phonies_spinner_prompt">Handle phonies (words not in dictionary)</string>
|
||||
<string name="board_size">Board size</string>
|
||||
<string name="default_timerenabled">Use game timer</string>
|
||||
|
||||
|
@ -393,6 +393,7 @@
|
|||
<string name="button_reply">Reply</string>
|
||||
<string name="compose_chat">Message for all devices</string>
|
||||
|
||||
<string name="notify_title">Crosswords data</string>
|
||||
<string name="notify_title">Data available</string>
|
||||
<string name="notify_body">New game data available on relay</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue