summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-07-06 22:33:22 +0000
committerbrucec <brucec@FreeBSD.org>2010-07-06 22:33:22 +0000
commit354611ab0ff734b637a2d7749e6d33b7c6ebe2ac (patch)
tree5f7b5c5f00be08833f52de4ec7ee1c8878c7184e
parent19377b2456e5ebe09cc444908cc267028b85129d (diff)
downloadFreeBSD-src-354611ab0ff734b637a2d7749e6d33b7c6ebe2ac.zip
FreeBSD-src-354611ab0ff734b637a2d7749e6d33b7c6ebe2ac.tar.gz
Simplify the wording of the console configuration dialogs since we now
only have a single video console driver. Approved by: rrs (mentor) MFC after: 1 month
-rw-r--r--usr.sbin/sysinstall/menus.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 65cab4c..9d184e9 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1836,9 +1836,8 @@ DMenu MenuNTP = {
DMenu MenuSyscons = {
DMENU_NORMAL_TYPE,
"System Console Configuration",
- "The default system console driver for FreeBSD (syscons) has a\n"
- "number of configuration options which may be set according to\n"
- "your preference.\n\n"
+ "The system console driver for FreeBSD has a number of configuration\n"
+ "options which may be set according to your preference.\n\n"
"When you are done setting configuration options, select Cancel.",
"Configure your system console settings",
NULL,
@@ -1862,9 +1861,9 @@ DMenu MenuSyscons = {
DMenu MenuSysconsKeymap = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"System Console Keymap",
- "The default system console driver for FreeBSD (syscons) defaults\n"
- "to a standard \"PC-98x1\" keyboard map. Users may wish to choose\n"
- "one of the other keymaps below.\n"
+ "The system console driver for FreeBSD defaults to a standard\n"
+ "\"PC-98x1\" keyboard map. Users may wish to choose one of the\n"
+ "other keymaps below.\n"
"Note that sysinstall itself only uses the part of the keyboard map\n"
"which is required to generate the ANSI character subset, but your\n"
"choice of keymap will also be saved for later (fuller) use.",
@@ -1878,10 +1877,10 @@ DMenu MenuSysconsKeymap = {
DMenu MenuSysconsKeymap = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"System Console Keymap",
- "The default system console driver for FreeBSD (syscons) defaults\n"
- "to a standard \"American\" keyboard map. Users in other countries\n"
- "(or with different keyboard preferences) may wish to choose one of\n"
- "the other keymaps below.\n"
+ "The system console driver for FreeBSD defaults to a standard\n"
+ "\"American\" keyboard map. Users in other countries (or with\n"
+ "different keyboard preferences) may wish to choose one of the\n"
+ "other keymaps below.\n"
"Note that sysinstall itself only uses the part of the keyboard map\n"
"which is required to generate the ANSI character subset, but your\n"
"choice of keymap will also be saved for later (fuller) use.",
OpenPOWER on IntegriCloud