1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +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

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