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

@@ -1997,7 +1997,7 @@ msgstr "Eigenschappen"
#: ../src/winspector.c:1355 #: ../src/winspector.c:1355
msgid "" msgid ""
"Show the state that was asked by the application.\n" "Shows the state that was asked by the application.\n"
"You can use the checkbox on the right to change this setting;\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." "when it is grayed it means to follow application's choice."
msgstr "" msgstr ""

View File

@@ -1352,7 +1352,7 @@ static void create_tab_window_attributes(WWindow *wwin, InspectorPanel *panel, i
WMSetButtonSelected(panel->attrClient[i], flag); WMSetButtonSelected(panel->attrClient[i], flag);
WMSetButtonEnabled(panel->attrClient[i], False); 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" "You can use the checkbox on the right to change this setting;\n"
"when it is grayed it means to follow application's choice."), "when it is grayed it means to follow application's choice."),
WMWidgetView(panel->attrClient[i])); WMWidgetView(panel->attrClient[i]));