mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix over-long initial trays in history by adding <cr>. Not sure if
line brakes belong in common code or strings however...
This commit is contained in:
parent
d6dd2b942f
commit
c909f91a61
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
<string name="str_pass"> - %d [time]</string>
|
||||
<string name="strs_move_across">move (from %s across)</string>
|
||||
<string name="strs_move_down">move (from %s down)</string>
|
||||
<string name="strs_tray_at_start">Rack at start: %s</string>
|
||||
<string name="strs_tray_at_start">Rack at start: %s\n</string>
|
||||
<string name="strss_traded_for">Exchanged %s for %s.</string>
|
||||
<string name="str_phony_rejected">Illegal word in move; turn lost!</string>
|
||||
<string name="strd_cumulative_score">Cumulative score: %d</string>
|
||||
|
|
Loading…
Reference in a new issue