mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 20:05:48 +01:00
WINGs: add missing source files for translation
As pointed by the new check script, many source files were not in the list used for translation. Took opportunity to make translatable a few messages that could help user. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
b266808331
commit
6000af3828
@@ -479,7 +479,7 @@ WMScreen *WMOpenScreen(const char *display)
|
||||
Display *dpy = XOpenDisplay(display);
|
||||
|
||||
if (!dpy) {
|
||||
wwarning("WINGs: could not open display %s", XDisplayName(display));
|
||||
wwarning(_("WINGs: could not open display %s"), XDisplayName(display));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user