diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-05 16:46:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-05 16:46:41 +0000 |
commit | bce4e569acbe751f79b5442b5838314013124efc (patch) | |
tree | 59bff7e72da81831c48cd5da7a50e34b1871d9a7 /gurpmi2 | |
parent | c97518f1025386fb09e3cfe50ab1d7be7ea72515 (diff) | |
download | urpmi-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-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |