summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2009-08-14 10:05:54 +0200
committerRaphael Hertzog <hertzog@debian.org>2009-08-14 10:05:54 +0200
commit870db3e790f187464713a97c0a00b72b60747963 (patch)
treee11a136624778ea8b6eccc4e2f2e41cc88d3ad59 /scripts
parentd8432dde9f3901370e0ff72b5bef2dda6e18d78f (diff)
downloaddpkg-870db3e790f187464713a97c0a00b72b60747963.tar.gz
update-alternatives: add a missing mark for translation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-alternatives.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl
index e8ac31474..178e2231a 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") {