summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>1999-12-25 03:21:47 +0000
committerWichert Akkerman <wakkerma@debian.org>1999-12-25 03:21:47 +0000
commit91125a09a86edb9d4593a4451546debe407c9b3b (patch)
treee17d4ecd76b3b7a565245dc19cbcf995f114704d /dselect
parent7d13c1e48e36e643e27c868471ccfcc8d948a70d (diff)
downloaddpkg-91125a09a86edb9d4593a4451546debe407c9b3b.tar.gz
dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of characters
Replace `Debian Linux' with `Debian GNU/Linux' in some more places
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index a1637ef20..bf683cdd0 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -76,7 +76,7 @@ static const menuentry menuentries[]= {
};
static const char programdesc[]=
- N_("Debian Linux `%s' package handling frontend.");
+ N_("Debian GNU/Linux `%s' package handling frontend.");
static const char copyrightstring[]= N_(
"Version %s. Copyright (C) 1994-1996 Ian Jackson. This is\n"