summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 13ad3268c..06512d17c 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -39,10 +39,11 @@ const char
N_("remove"),
N_("purge"),
0 },
-/* WTA: the space is a trick to work around gettext which uses the empty
- * string to store information about the translation. DO NOT CHANGE
- * THAT IN A TRANSLATION! The code really relies on that being a single space.
- */
+
+ /* TRANSLATORS: The space is a trick to work around gettext which uses
+ * the empty string to store information about the translation. DO NOT
+ * CHANGE THAT IN A TRANSLATION! The code really relies on that being
+ * a single space. */
*const eflagstrings[]= { N_(" "),
N_("REINSTALL"),
0 },