1
0
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:
Christophe CURIS
2015-01-20 22:03:50 +01:00
committed by Carlos R. Mafra
parent b266808331
commit 6000af3828
7 changed files with 68 additions and 13 deletions

View File

@@ -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;
}