summaryrefslogtreecommitdiff
path: root/dselect/pkgdepcon.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-03-21 04:17:50 +0100
committerGuillem Jover <guillem@debian.org>2012-03-27 20:09:50 +0200
commit50e40bc7a44f02ca30b582b259a8307f95c1d38c (patch)
treeedffdf4c48e0ad5613a057ba5eb7fb65b5f9e661 /dselect/pkgdepcon.cc
parent10f28a994805cd6f56d861dd81c9ba78612e5a43 (diff)
downloaddpkg-50e40bc7a44f02ca30b582b259a8307f95c1d38c.tar.gz
Do not use `' quote pairs for non-translatable strings
Diffstat (limited to 'dselect/pkgdepcon.cc')
-rw-r--r--dselect/pkgdepcon.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/pkgdepcon.cc b/dselect/pkgdepcon.cc
index eb0a75cdc..9fb26c209 100644
--- a/dselect/pkgdepcon.cc
+++ b/dselect/pkgdepcon.cc
@@ -75,7 +75,7 @@ int packagelist::checkdependers(pkginfo *pkg, int changemade) {
int packagelist::resolvesuggest() {
// We continually go around looking for things to change, but we may
- // only change the `suggested' value if we also increase the `priority'
+ // only change the ‘suggested’ value if we also increase the ‘priority’
// Return 2 if we made a change due to a Recommended, Depends or Conficts,
// or 1 if we offered or made a change because of an Optional line.
debug(dbg_general, "packagelist[%p]::resolvesuggest()", this);
@@ -365,7 +365,7 @@ int packagelist::resolvedepcon(dependency *depends) {
bool
packagelist::deppossatisfied(deppossi *possi, perpackagestate **fixbyupgrade)
{
- // `satisfied' here for Conflicts and Breaks means that the
+ // ‘satisfied’ here for Conflicts and Breaks means that the
// restriction is violated ie that the target package is wanted
int would;
pkginfo::pkgwant want= pkginfo::want_purge;