[master/rhel7-branch] Make it obvious user is going to begin installation in TUI. (#975793)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Sep 20 19:08:33 UTC 2013


On Fri, Sep 20, 2013 at 11:37:09AM -0400, David Shea wrote:
> On 09/20/2013 10:45 AM, Samantha N. Bueno wrote:
> >@@ -266,7 +267,12 @@ class EditTUISpoke(NormalTUISpoke):
> >                          self.apply()
> >                  return True
> >          except ValueError:
> >-            pass
> >+            # Translators: 'c' to continue
> >+            if key.lower() == _("c"):
> >+                self.close()
> >+                return True
> >+            else:
> >+                pass
> >          return NormalTUISpoke.input(self, args, key)
> "TRANSLATORS:" has to be in all caps. We can switch to Translators:
> if we think it looks too silly in all caps, but xgettext only uses
> one --add-comments option, so we have to pick one.

Oops. Well, it's "TRANSLATORS:" everywhere else, so I will make this
instance conform.

Samantha


More information about the anaconda-patches mailing list