1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-27 08:52:30 +01:00

WMaker: trivial fixes in text strings

Add missing spaces in balloons/error messages. Capitalize `Alt' in
balloon. One report by the Italian translater.
This commit is contained in:
Alwin
2014-12-24 16:10:30 +01:00
committed by Carlos R. Mafra
parent a5a23f966e
commit a65536f500
26 changed files with 78 additions and 63 deletions

View File

@@ -495,7 +495,7 @@ static void inotifyWatchConfig(void)
w_global.inotify.wd_defaults = inotify_add_watch(w_global.inotify.fd_event_queue, watchPath, IN_ALL_EVENTS);
if (w_global.inotify.wd_defaults < 0) {
wwarning(_("could not add an inotify watch on path %s."
"Changes to the defaults database will require"
" Changes to the defaults database will require"
" a restart to take effect."), watchPath);
close(w_global.inotify.fd_event_queue);
w_global.inotify.fd_event_queue = -1;

View File

@@ -1410,7 +1410,7 @@ static void create_tab_window_advanced(WWindow *wwin, InspectorPanel *panel, int
caption = _("Do not bind mouse clicks");
flag = WFLAGP(wwin, no_bind_mouse);
descr = _("Do not bind mouse actions, such as `Alt'+drag\n"
"in the window (when alt is the modifier you have\n" "configured).");
"in the window (when Alt is the modifier you have\n" "configured).");
break;
case 2:
caption = _("Do not show in the window list");
@@ -1528,7 +1528,7 @@ static void create_tab_icon_workspace(WWindow *wwin, InspectorPanel *panel)
WMSetFrameTitle(panel->wsFrm, _("Initial Workspace"));
WMSetBalloonTextForView(_("The workspace to place the window when it's"
"first shown."), WMWidgetView(panel->wsFrm));
" first shown."), WMWidgetView(panel->wsFrm));
panel->wsP = WMCreatePopUpButton(panel->wsFrm);
WMMoveWidget(panel->wsP, 20, 30);