예제 #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
예제 #2
0
 def refresh(self, args=None):
     EditTUIDialog.refresh(self, args)
     return True
예제 #3
0
파일: password.py 프로젝트: mairin/anaconda
    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
예제 #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))