Spelling fixes
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
:type :choice
|
||||
:choice-type :nonexclusive
|
||||
:label-type :string
|
||||
:label "Resizeable:"
|
||||
:label "Resizable:"
|
||||
:label-position :west
|
||||
:num-columns 1
|
||||
:orientation :vertical
|
||||
|
||||
@@ -303,7 +303,7 @@ $ ** You can edit this comment and add comments below each message.
|
||||
6 "Parent:"
|
||||
7 "parent obj"
|
||||
8 "Object1"
|
||||
9 "Resizeable:"
|
||||
9 "Resizable:"
|
||||
10 "Attach To:"
|
||||
11 "Offset:"
|
||||
12 "Percentage:"
|
||||
@@ -1468,7 +1468,7 @@ $ ** You can edit this comment and add comments below each message.
|
||||
31 "Cancel"
|
||||
32 "None"
|
||||
33 " "
|
||||
34 "The Action3 button is specified as the\ndefault button, but it is not specfied\nto exist in the message dialog."
|
||||
34 "The Action3 button is specified as the\ndefault button, but it is not specified\nto exist in the message dialog."
|
||||
35 "A string must be entered for the Action3 button."
|
||||
36 "Apply Changes"
|
||||
37 "No buttons are specified to exist in\nthe message dialog. There must be \nat least one button in the message."
|
||||
|
||||
@@ -1021,7 +1021,7 @@
|
||||
:type :message
|
||||
:message-type :error
|
||||
:label "Application Builder"
|
||||
:message "The Action3 button is specified as the\ndefault button, but it is not specfied\nto exist in the message dialog."
|
||||
:message "The Action3 button is specified as the\ndefault button, but it is not specified\nto exist in the message dialog."
|
||||
:action1-label "OK"
|
||||
:cancel-button :false
|
||||
:help-button :true
|
||||
|
||||
@@ -1088,7 +1088,7 @@ import_uil(
|
||||
return;
|
||||
}
|
||||
else
|
||||
fprintf(stderr, "Succesfully imported %s.\n", uil_file_name);
|
||||
fprintf(stderr, "Successfully imported %s.\n", uil_file_name);
|
||||
|
||||
obj_set_flag(project, SaveNeededFlag);
|
||||
|
||||
|
||||
@@ -1997,7 +1997,7 @@ prop_graphic_filename_ok(
|
||||
util_file_name_has_extension(filename, "xbm"))
|
||||
{
|
||||
ext = strrchr(filebase, '.');
|
||||
ext[0] = '\0'; /* strip off extenstion */
|
||||
ext[0] = '\0'; /* strip off extension */
|
||||
|
||||
util_set_help_data(catgets(Dtb_project_catd, 100, 117,
|
||||
"The graphic file name extension should not be included\nwhen it is specified in the Graphic Filename field."), NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user