mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
WINGs: trivial fix in text string
Fix a typo in an error message.
This commit is contained in:
@@ -748,7 +748,7 @@ static void goFloppy(WMWidget *widget, void *p_panel)
|
||||
(void) widget;
|
||||
|
||||
if (stat(WINGsConfiguration.floppyPath, &filestat)) {
|
||||
showError(scr, panel->win, _("An error occured browsing '%s'."), WINGsConfiguration.floppyPath);
|
||||
showError(scr, panel->win, _("An error occurred browsing '%s'."), WINGsConfiguration.floppyPath);
|
||||
return;
|
||||
} else if (!S_ISDIR(filestat.st_mode)) {
|
||||
showError(scr, panel->win, _("'%s' is not a directory."), WINGsConfiguration.floppyPath);
|
||||
|
||||
Reference in New Issue
Block a user