Ver código fonte

dselect/pkgsublist.cc: mark another string as translateable

Wichert Akkerman 26 anos atrás
pai
commit
fb2d0cd476
2 arquivos alterados com 5 adições e 1 exclusões
  1. 4 0
      ChangeLog
  2. 1 1
      dselect/pkgsublist.cc

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Mon Feb 21 18:05:55 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/pkgsublist.cc: mark another string as translateable
+
 Thu Feb 17 22:01:38 CET 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * doc/ja/dselect.8: Updated

+ 1 - 1
dselect/pkgsublist.cc

@@ -119,7 +119,7 @@ int packagelist::add(dependency *depends, showpriority displayimportance) {
   deppossi *possi;
   for (possi=depends->list;
        possi;
-       possi=possi->next, comma=(possi && possi->next ? ", " : " or ")) {
+       possi=possi->next, comma=(possi && possi->next ? ", " : _(" or "))) {
     info(comma);
     info(possi->ed->name);
     if (possi->verrel != dvr_none) {