Spelling fixes
This commit is contained in:
@@ -1296,7 +1296,7 @@ FileManip(
|
||||
else
|
||||
tmpStr = (GETMESSAGE(11,54, "The move of the file/folder failed\ndue to some internal error. The internal\nerror given is:"));
|
||||
catmsg = XtNewString(tmpStr);
|
||||
tmpStr = (GETMESSAGE(11,55, "Please see your System Adminstrator"));
|
||||
tmpStr = (GETMESSAGE(11,55, "Please see your System Administrator"));
|
||||
samsg = XtNewString(tmpStr);
|
||||
}
|
||||
|
||||
|
||||
@@ -222,7 +222,7 @@ create_error_dialog(
|
||||
action_area = Create_Action_Area(form, copyActions, NULL);
|
||||
|
||||
/* create the separator widget */
|
||||
separator = XtVaCreateManagedWidget("seperator",
|
||||
separator = XtVaCreateManagedWidget("separator",
|
||||
xmSeparatorWidgetClass,
|
||||
form,
|
||||
XmNbottomAttachment, XmATTACH_WIDGET,
|
||||
|
||||
@@ -701,7 +701,7 @@ error given is:
|
||||
54 The move of the file/folder failed\n\
|
||||
due to some internal error. The internal\n\
|
||||
error given is:
|
||||
55 Please see your System Adminstrator
|
||||
55 Please see your System Administrator
|
||||
56 (Unknown):
|
||||
57 You do not have permission to move the folder\n\
|
||||
%s\n\
|
||||
|
||||
Reference in New Issue
Block a user