mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
tweak UI with longer string
This commit is contained in:
parent
dd36d393e0
commit
de7be6cf44
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<CheckBox android:id="@+id/archive_check"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/button_archive"
|
||||
android:text="@string/checkbox_archive"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
|
@ -2230,6 +2230,7 @@
|
|||
just ended. -->
|
||||
<string name="button_rematch">Rematch</string>
|
||||
<string name="button_archive">Archive\u200C</string>
|
||||
<string name="checkbox_archive">Move to Archive</string>
|
||||
<string name="group_name_archive">Archive</string>
|
||||
|
||||
<string name="duplicate_group_name_fmt">The group \"%1$s\" already exists.</string>
|
||||
|
|
Loading…
Reference in a new issue