mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
get rid of the stupid '->' in game submenu title
This commit is contained in:
parent
4e1018d7d2
commit
a35cc760f2
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@
|
||||||
games.-->
|
games.-->
|
||||||
<string name="board_menu_undo_last">Undo last</string>
|
<string name="board_menu_undo_last">Undo last</string>
|
||||||
<!-- Title of submenu -->
|
<!-- Title of submenu -->
|
||||||
<string name="board_submenu_game">Game -></string>
|
<string name="board_submenu_game">Game</string>
|
||||||
<!-- menu on Game submenu: brings up dialog listing all tiles in
|
<!-- menu on Game submenu: brings up dialog listing all tiles in
|
||||||
the language of the game along with how many of each there
|
the language of the game along with how many of each there
|
||||||
are and how many points each is worth. This display is the
|
are and how many points each is worth. This display is the
|
||||||
|
|
Loading…
Reference in a new issue