1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 16:32:30 +01:00

WMaker: trivial fixes in text strings

Remove an error message with the same meaning, because a synonym
was used. Also fix a typo.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
Alwin
2015-04-28 14:39:44 +02:00
committed by Carlos R. Mafra
parent 495e82fc9a
commit f2f1bcb209
3 changed files with 4 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ static WMenu *parseMenuCommand(WScreen * scr, Window win, char **slist, int coun
wstrlcpy(title, &slist[*index][pos], sizeof(title));
}
if (!(data = malloc(sizeof(WAppMenuData)))) {
wwarning(_("appmenu: out of memory making menu for window %lx"), win);
wwarning(_("appmenu: out of memory creating menu for window %lx"), win);
wMenuDestroy(menu, True);
return NULL;
}