]> err.no Git - dpkg/commitdiff
dselect/pkgsublist.cc: mark another string as translateable
authorWichert Akkerman <wakkerma@debian.org>
Mon, 21 Feb 2000 21:58:05 +0000 (21:58 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Mon, 21 Feb 2000 21:58:05 +0000 (21:58 +0000)
ChangeLog
dselect/pkgsublist.cc

index bf41dcd645bb497367fc40450019eafc7b592a05..060016782bf384c74cc88e96f309d167a3de5f27 100644 (file)
--- a/ChangeLog
+++ b/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
index fb2bfb2466aed661ef417205adb8689096dd75df..4a51bf0f8d133e094587ea39790f81ced389f095 100644 (file)
@@ -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) {