summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-05 16:46:41 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-05 16:46:41 +0000
commitbce4e569acbe751f79b5442b5838314013124efc (patch)
tree59bff7e72da81831c48cd5da7a50e34b1871d9a7 /gurpmi2
parentc97518f1025386fb09e3cfe50ab1d7be7ea72515 (diff)
downloadurpmi-bce4e569acbe751f79b5442b5838314013124efc.tar
urpmi-bce4e569acbe751f79b5442b5838314013124efc.tar.gz
urpmi-bce4e569acbe751f79b5442b5838314013124efc.tar.bz2
urpmi-bce4e569acbe751f79b5442b5838314013124efc.tar.xz
urpmi-bce4e569acbe751f79b5442b5838314013124efc.zip
merge some strings (thus giving more control to translators for the
second occurence)
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 21a13910..17815d59 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -336,7 +336,7 @@ sub do_install_3 () {
add_button_box($vbox, $quit_button);
change_mainw($vbox);
if (@errors) {
- $progress_label->set_label(N("Installation failed") . ":\n" . join("\n", map { "\t$_" } @errors));
+ $progress_label->set_label(N("Installation failed:") . "\n" . join("\n", map { "\t$_" } @errors));
} elsif (values %error_sources) {
$progress_label->set_label(N("Installation failed, some files are missing:\n%s\nYou may want to update your urpmi database",
join "\n", map { s|([^:]*://[^/:\@]*:)[^/:\@]*(\@.*)|$1xxxx$2|; " $_" } values %error_sources));