diff options
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ use urpm; import urpm _; my ($auto, $matches, $maymatch, @l, @m, @toremove, %base); -my $askok = _("Is it OK?"); +my $askok = _("Is this OK?"); my $askrm = _("Remove them all?"); # Translator: Add here the keys which might be pressed in the "No"-case. my $noexpr = _("Nn"); |