files, not "script" files, for better user familiarity.
+2007-09-24 Ben Pfaff <blp@gnu.org>
+
+ * message-dialog.c (popup_message): Refer to files that contain
+ commands as "syntax" files, not "script" files, for better user
+ familiarity.
+ Patch #6210. Reviewed by John Darrington.
+
2007-09-19 John Darrington <john@darrington.wattle.id.au>
* message-dialog.c: Changed the ouput message title to be
switch (m->category)
{
case MSG_SYNTAX:
- msg = _("Script Error");
+ msg = _("Syntax Error");
break;
case MSG_DATA:
switch (m->category)
{
case MSG_SYNTAX:
- msg = _("Script Warning");
+ msg = _("Syntax Warning");
break;
case MSG_DATA:
switch (m->category)
{
case MSG_SYNTAX:
- msg = _("Script Information");
+ msg = _("Syntax Information");
break;
case MSG_DATA: