The following commit has been merged in the master branch:
commit 870db3e790f187464713a97c0a00b72b60747963
Author: Sven Joachim <[email protected]>
Date: Fri Aug 14 10:05:54 2009 +0200
update-alternatives: add a missing mark for translation
diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl
index e8ac314..178e223 100755
--- a/scripts/update-alternatives.pl
+++ b/scripts/update-alternatives.pl
@@ -258,7 +258,7 @@ if ($alternative->has_current_link()) {
# Detect manually modified alternative, switch to manual
if (not $alternative->has_choice($current_choice)) {
if (not -e $current_choice) {
- warning("%s is dangling, it will be updated with best choice.",
+ warning(_g("%s is dangling, it will be updated with best choice."),
"$altdir/" . $alternative->name());
$alternative->set_status('auto');
} elsif ($alternative->status() ne "manual") {
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]