mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
tell folks where to get dictionaries.
This commit is contained in:
parent
165174087c
commit
d2a32f7a95
1 changed files with 4 additions and 3 deletions
|
@ -51,8 +51,8 @@
|
|||
{ "STR_DEFAULT_NAME", "Player %d" },
|
||||
{ "STR_ABOUT_CONTENT",
|
||||
"Crosswords " XW_PALM_VERSION_STRING ".\n" \
|
||||
"Copyright 1998-2005 by Eric House. "\
|
||||
"All rights reserved.\n\n"\
|
||||
"Copyright 1998-2006 by Eric House. "\
|
||||
"Released under the GNU Public License.\n\n"\
|
||||
|
||||
"See the manual at xwords.sourceforge.net\n\n" \
|
||||
|
||||
|
@ -100,7 +100,8 @@
|
|||
|
||||
{ "STRD_TIME_PENALTY_SUB", " - %d [time]" },
|
||||
|
||||
{ "STR_NO_DICT_INSTALLED", "Crosswords 4 requires at least one dictionary." },
|
||||
{ "STR_NO_DICT_INSTALLED", "Crosswords 4 requires at least one dictionary." \
|
||||
"Download one or more from xwords.sf.net." },
|
||||
{ "STR_ILLEGAL_WORD", "Word[s] %s not found in dictionary." },
|
||||
|
||||
{ "STR_FINAL_SCORES_TITLE", "Final scores"},
|
||||
|
|
Loading…
Reference in a new issue