From d645dd5905bff4b504b712150c4bf03a875fcc0e Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 30 Apr 2010 12:51:27 +0000 Subject: improve text description for running checks --- src/msec/msecgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 8019741..8693c08 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -719,8 +719,8 @@ class MsecGui: parent=self.window, flags=0, type=gtk.MESSAGE_INFO, - message_format = _("Do you want to run periodic check %s? Please note that it could take a considerable time to finish.") % check, buttons=gtk.BUTTONS_YES_NO) + dialog.set_markup(_("Do you want to run the %s periodic check? Please note that it could take a considerable time to finish.") % check) dialog.show_all() ret = dialog.run() dialog.destroy() -- cgit v1.2.1