1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix typographical error

This commit is contained in:
Cody Kotichas 2017-08-08 00:32:33 -07:00 committed by Jon Trulson
parent 129ef945b9
commit 1d037477f1

View file

@ -1038,7 +1038,7 @@ void display_nofindicon_message (Widget parent)
/********* WARNING - this needs to be translated !!! ***********/
strcpy(buffer, "There is no set of icons with that filename in the icon folders.\n");
strcat(buffer, "Move the icons into one of the icon folers, then select \"Name OK\".\n");
strcat(buffer, "Move the icons into one of the icon folders, then select \"Name OK\".\n");
strcat(buffer, "Or, to select a different set of icons, select \"Change Name\".\n");
strcat(buffer, "\nIf you are a software developer creating a registration package,\n");
strcat(buffer, "ignore this message and select \"Name OK\".");