Sfoglia il codice sorgente

update-alternatives: add a missing mark for translation

Sven Joachim 17 anni fa
parent
commit
870db3e790
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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") {