summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-15 12:59:00 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-15 12:59:00 +0000
commitc7645b6e9a1b2a309c75b21d56b770f8d025f6a2 (patch)
tree9cc20ea6d59f3929e525d1b5b283ff445e970811 /urpm/main_loop.pm
parent8c17ba0168328e8717f65c3e186e862c7b3e4c20 (diff)
downloadurpmi-c7645b6e9a1b2a309c75b21d56b770f8d025f6a2.tar
urpmi-c7645b6e9a1b2a309c75b21d56b770f8d025f6a2.tar.gz
urpmi-c7645b6e9a1b2a309c75b21d56b770f8d025f6a2.tar.bz2
urpmi-c7645b6e9a1b2a309c75b21d56b770f8d025f6a2.tar.xz
urpmi-c7645b6e9a1b2a309c75b21d56b770f8d025f6a2.zip
silently update the string "You may want to..." to "You may need to..." so that
translations do not got fuzzy-ed just before the release
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index 470567b5..f62da98f 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -118,7 +118,10 @@ foreach my $set (@{$state->{transaction} || []}) {
if (@missing) {
push @msgs, N("Installation failed, some files are missing:\n%s",
join("\n", map { " $_->[0]" } @missing))
- . "\n" . N("You may need to update your urpmi database.");
+ . "\n" .
+ #-PO: we silently update the string from "You may want to..." to "You may need to..".
+ #-PO: so that translations do not got fuzzy-ed just before the release:
+ N("You may need to update your urpmi database.");
}
if (@bad) {
push @msgs, N("Installation failed, bad rpms:\n%s",