1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

WMaker: trivial fix in text string

Typo.
This commit is contained in:
Alwin
2015-05-18 14:09:10 +02:00
committed by Carlos R. Mafra
parent 81e51182e5
commit 4d0585ede2
2 changed files with 2 additions and 2 deletions

View File

@@ -1352,7 +1352,7 @@ static void create_tab_window_attributes(WWindow *wwin, InspectorPanel *panel, i
WMSetButtonSelected(panel->attrClient[i], flag);
WMSetButtonEnabled(panel->attrClient[i], False);
WMSetBalloonTextForView(_("Show the state that was asked by the application.\n"
WMSetBalloonTextForView(_("Shows the state that was asked by the application.\n"
"You can use the checkbox on the right to change this setting;\n"
"when it is grayed it means to follow application's choice."),
WMWidgetView(panel->attrClient[i]));