remove wordy explanation

This commit is contained in:
Andy2 2010-11-05 05:11:40 -07:00
parent 64cc199e1a
commit 145ab6f356
2 changed files with 1 additions and 13 deletions

View file

@ -38,11 +38,6 @@
android:text="@string/relay_config_label"
/>
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/relay_config_explain"
/>
<Button android:id="@+id/config_button"
android:layout_width="fill_parent"
android:layout_height="wrap_content"

View file

@ -478,13 +478,6 @@
field below. Do that and press the Play game button and you\'ll
connect.</string>
<string name="relay_config_explain">To make more advanced changes
to your game, e.g. to change the dictionary and language it uses,
the number of players in the game or on this device, to enter or
create a public room, etc., tap the configure button below. You
can reach the configure screen at any time via the long-press menu
in the main Game list screen.</string>
<string name="relay_config_label">Advanced settings</string>
<string name="relay_config_label">Advanced game settings</string>
</resources>