Fix typographical error
authorCody Kotichas <ckotichas@csu.fullerton.edu>
Tue, 8 Aug 2017 07:32:33 +0000 (00:32 -0700)
committerJon Trulson <jon@radscan.com>
Wed, 9 Aug 2017 22:52:44 +0000 (16:52 -0600)
cde/programs/dtcreate/icon_selection_dialog.c

index 63a04cf3e116ccf872a2fea3af21ff3d58f50ab2..79b32f982062e80030577a21e717ea35055e66fb 100644 (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\".");