add string shown when copying dictionary

This commit is contained in:
ehouse 2004-11-13 05:22:33 +00:00
parent 734d951472
commit 4dd83e59dd

View file

@ -134,4 +134,5 @@
"The change is not reversible." },
{ "STRS_CONFIRM_ONEDICT", "Convert dictionary %s?" },
#endif
{ "STRS_CANNOT_FIND_DICT", "%s dictionary not found." },
{ "STRS_CANNOT_FIND_DICT", "%s dictionary not found." },
{ "STR_DICT_COPY_EXPL", "Copying dictionary from card..." },