From 4d0585ede250dbf0dfe7191519aec8abce365996 Mon Sep 17 00:00:00 2001 From: Alwin Date: Mon, 18 May 2015 14:09:10 +0200 Subject: [PATCH] WMaker: trivial fix in text string Typo. --- po/nl.po | 2 +- src/winspector.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/nl.po b/po/nl.po index 919c5353..9d67c586 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1997,7 +1997,7 @@ msgstr "Eigenschappen" #: ../src/winspector.c:1355 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" "when it is grayed it means to follow application's choice." msgstr "" diff --git a/src/winspector.c b/src/winspector.c index e947a14c..3d701e5c 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -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]));