mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add dict conversion confirm string
This commit is contained in:
parent
4dbd9fb639
commit
a73f140c55
1 changed files with 6 additions and 0 deletions
|
@ -148,3 +148,9 @@
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
{ "STRS_PICK_TILE", "Choose a new tile for %s." },
|
{ "STRS_PICK_TILE", "Choose a new tile for %s." },
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef NODE_CAN_4
|
||||||
|
{ "STR_CONFIRM_CONVERTDICT", "Do you want to convert existing Crosswords " \
|
||||||
|
"dictionaries to the new format? " \
|
||||||
|
"The change is not reversible." },
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue