瀏覽代碼

update-alternatives: add a missing mark for translation

Sven Joachim 17 年之前
父節點
當前提交
870db3e790
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/update-alternatives.pl

+ 1 - 1
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") {