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:
2
po/nl.po
2
po/nl.po
@@ -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 ""
|
||||||
|
|||||||
@@ -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]));
|
||||||
|
|||||||
Reference in New Issue
Block a user