diff options
-rwxr-xr-x | src/msec/msecgui.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>%s</b>? 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 <b>%s</b> periodic check? Please note that it could take a considerable time to finish.") % check) dialog.show_all() ret = dialog.run() dialog.destroy() |