summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-02-21 21:58:05 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-02-21 21:58:05 +0000
commitfb2d0cd4763a1b8a36dc1a614911a28861f7f3ea (patch)
tree25d6a958e3ae40a95f0dae64ca282a888dcd53e3 /dselect
parent7d46b9179b9b95fe3f680af783b907917d50a8a7 (diff)
downloaddpkg-fb2d0cd4763a1b8a36dc1a614911a28861f7f3ea.tar.gz
dselect/pkgsublist.cc: mark another string as translateable
Diffstat (limited to 'dselect')
-rw-r--r--dselect/pkgsublist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/pkgsublist.cc b/dselect/pkgsublist.cc
index fb2bfb246..4a51bf0f8 100644
--- a/dselect/pkgsublist.cc
+++ b/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) {