You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
restartbox=self.session.openWithCallback(self.InstallPackage, MessageBox, _('Your %s %s will be restarted after the installation of service.\n\nDo you want to install now ?') %getBoxDisplayName(), MessageBox.TYPE_YESNO)
63
-
restartbox.setTitle(_('Ready to install "%s"?') %self.service_name)
62
+
self.session.openWithCallback(self.InstallPackage, MessageBox, _('Your %s %s will be restarted after the installation of service.\n\nDo you want to install now ?') %getBoxDisplayName(), MessageBox.TYPE_YESNO, windowTitle=_('Ready to install "%s"?') %self.service_name)
restartbox=self.session.openWithCallback(self.RemovePackage, MessageBox, _("Your %s %s will be restarted after the removal of service\nDo you want to remove now?") %getBoxDisplayName(), MessageBox.TYPE_YESNO)
92
-
restartbox.setTitle(_("Ready to remove \"%s\"?") %self.service_name)
89
+
self.session.openWithCallback(self.RemovePackage, MessageBox, _("Your %s %s will be restarted after the removal of service\nDo you want to remove now?") %getBoxDisplayName(), MessageBox.TYPE_YESNO, windowTitle=_("Ready to remove \"%s\"?") %self.service_name)
0 commit comments