Lessen verbosity of "Exit" menutag items to appear more consistent across

menus from one module to the next.

Replacing "Exit this menu (returning to previous)" with "Exit this menu".

PR:		ports/169316
This commit is contained in:
Devin Teske 2013-06-04 16:48:23 +00:00
parent 7a6b84f702
commit 595e514d0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251389
6 changed files with 6 additions and 7 deletions

View File

@ -78,7 +78,7 @@ msg_estonian_iso_desc="Estonian ISO keymap"
msg_estonian_iso_15="Estonian ISO 15"
msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap"
msg_exit="Exit"
msg_exit_this_menu="Exit this menu (returning to previous)"
msg_exit_this_menu="Exit this menu"
msg_fade="Fade"
msg_fade_desc="Fade out effect screen saver"
msg_fast="Fast"

View File

@ -42,7 +42,7 @@ msg_disable="Disable"
msg_disable_the_mouse_daemon="Disable the mouse daemon"
msg_enable="Enable"
msg_exit="Exit"
msg_exit_this_menu="Exit this menu (returning to previous)"
msg_exit_this_menu="Exit this menu"
msg_flags="Flags"
msg_glidepoint="GlidePoint"
msg_glidepoint_desc="ALPS GlidePoint pad (serial)"

View File

@ -30,7 +30,7 @@ msg_cancel="Cancel"
msg_disable_securelevels="Disable securelevels"
msg_disabled="Disabled"
msg_exit="Exit"
msg_exit_this_menu="Exit this menu (returning to previous)"
msg_exit_this_menu="Exit this menu"
msg_highly_secure="Highly Secure"
msg_highly_secure_mode="Highly secure mode"
msg_menu_text="This menu allows you to configure aspects of the operating system security\npolicy. Please read the system documentation carefully before modifying\nthese settings, as they may cause service disruption if used improperly.\n\nMost settings will take affect only following a system reboot."

View File

@ -63,8 +63,7 @@ msg_exit_cancel="Exit/Cancel"
msg_exit_cancel_desc="Return to previous menu"
msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
msg_exit_desc="Return to previous menu"
msg_exit_help="Exit this menu (returning to previous)"
msg_exit_this_menu="Exit this menu (returning to previous)"
msg_exit_this_menu="Exit this menu"
msg_info="Info"
msg_lpd="lpd"
msg_lpd_desc="This host has a printer and wants to run lpd."

View File

@ -81,7 +81,7 @@ dialog_menu_main()
local prompt=
local menu_list="
'X $msg_exit' '$msg_exit_desc'
${SHOW_DESC:+'$msg_exit_help'}
${SHOW_DESC:+'$msg_exit_this_menu'}
'> $msg_add_new' '$msg_add_new_desc'
${SHOW_DESC:+'$msg_add_new_help'}
'> $msg_delete' '$msg_delete_desc'

View File

@ -372,7 +372,7 @@ f_dialog_input_rclist()
{
local prompt="$msg_please_select_an_rcconf_directive"
local menu_list="
'X $msg_exit' '' ${SHOW_DESC:+'$msg_exit_help'}
'X $msg_exit' '' ${SHOW_DESC:+'$msg_exit_this_menu'}
" # END-QUOTE
local hline="$hline_arrows_tab_enter"