Ejemplo n.º 1
0
    def refresh(self, args=None):
        EditTUIDialog.refresh(self, args)

        self._window += [
            TextWidget(
                _("Please select new root password. You will have to type it twice."
                  )), ""
        ]

        return True
Ejemplo n.º 2
0
 def refresh(self, args=None):
     EditTUIDialog.refresh(self, args)
     return True
Ejemplo n.º 3
0
    def refresh(self, args = None):
        EditTUIDialog.refresh(self, args)

        self._window += [TextWidget(_("Please select new root password. You will have to type it twice.")), ""]

        return True
 def refresh(self, args=None):
     EditTUIDialog.refresh(self, args)
     return True
Ejemplo n.º 5
0
    def refresh(self, args=None):
        EditTUIDialog.refresh(self, args)

        msg = _("Please select new root password. You will have to type it twice.")
        self.window.add_with_separator(TextWidget(msg))