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:
parent
7a6b84f702
commit
595e514d0d
@ -78,7 +78,7 @@ msg_estonian_iso_desc="Estonian ISO keymap"
|
|||||||
msg_estonian_iso_15="Estonian ISO 15"
|
msg_estonian_iso_15="Estonian ISO 15"
|
||||||
msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap"
|
msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap"
|
||||||
msg_exit="Exit"
|
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="Fade"
|
||||||
msg_fade_desc="Fade out effect screen saver"
|
msg_fade_desc="Fade out effect screen saver"
|
||||||
msg_fast="Fast"
|
msg_fast="Fast"
|
||||||
|
@ -42,7 +42,7 @@ msg_disable="Disable"
|
|||||||
msg_disable_the_mouse_daemon="Disable the mouse daemon"
|
msg_disable_the_mouse_daemon="Disable the mouse daemon"
|
||||||
msg_enable="Enable"
|
msg_enable="Enable"
|
||||||
msg_exit="Exit"
|
msg_exit="Exit"
|
||||||
msg_exit_this_menu="Exit this menu (returning to previous)"
|
msg_exit_this_menu="Exit this menu"
|
||||||
msg_flags="Flags"
|
msg_flags="Flags"
|
||||||
msg_glidepoint="GlidePoint"
|
msg_glidepoint="GlidePoint"
|
||||||
msg_glidepoint_desc="ALPS GlidePoint pad (serial)"
|
msg_glidepoint_desc="ALPS GlidePoint pad (serial)"
|
||||||
|
@ -30,7 +30,7 @@ msg_cancel="Cancel"
|
|||||||
msg_disable_securelevels="Disable securelevels"
|
msg_disable_securelevels="Disable securelevels"
|
||||||
msg_disabled="Disabled"
|
msg_disabled="Disabled"
|
||||||
msg_exit="Exit"
|
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="Highly Secure"
|
||||||
msg_highly_secure_mode="Highly secure mode"
|
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."
|
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."
|
||||||
|
@ -63,8 +63,7 @@ msg_exit_cancel="Exit/Cancel"
|
|||||||
msg_exit_cancel_desc="Return to previous menu"
|
msg_exit_cancel_desc="Return to previous menu"
|
||||||
msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
|
msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
|
||||||
msg_exit_desc="Return to previous menu"
|
msg_exit_desc="Return to previous menu"
|
||||||
msg_exit_help="Exit this menu (returning to previous)"
|
msg_exit_this_menu="Exit this menu"
|
||||||
msg_exit_this_menu="Exit this menu (returning to previous)"
|
|
||||||
msg_info="Info"
|
msg_info="Info"
|
||||||
msg_lpd="lpd"
|
msg_lpd="lpd"
|
||||||
msg_lpd_desc="This host has a printer and wants to run lpd."
|
msg_lpd_desc="This host has a printer and wants to run lpd."
|
||||||
|
@ -81,7 +81,7 @@ dialog_menu_main()
|
|||||||
local prompt=
|
local prompt=
|
||||||
local menu_list="
|
local menu_list="
|
||||||
'X $msg_exit' '$msg_exit_desc'
|
'X $msg_exit' '$msg_exit_desc'
|
||||||
${SHOW_DESC:+'$msg_exit_help'}
|
${SHOW_DESC:+'$msg_exit_this_menu'}
|
||||||
'> $msg_add_new' '$msg_add_new_desc'
|
'> $msg_add_new' '$msg_add_new_desc'
|
||||||
${SHOW_DESC:+'$msg_add_new_help'}
|
${SHOW_DESC:+'$msg_add_new_help'}
|
||||||
'> $msg_delete' '$msg_delete_desc'
|
'> $msg_delete' '$msg_delete_desc'
|
||||||
|
@ -372,7 +372,7 @@ f_dialog_input_rclist()
|
|||||||
{
|
{
|
||||||
local prompt="$msg_please_select_an_rcconf_directive"
|
local prompt="$msg_please_select_an_rcconf_directive"
|
||||||
local menu_list="
|
local menu_list="
|
||||||
'X $msg_exit' '' ${SHOW_DESC:+'$msg_exit_help'}
|
'X $msg_exit' '' ${SHOW_DESC:+'$msg_exit_this_menu'}
|
||||||
" # END-QUOTE
|
" # END-QUOTE
|
||||||
local hline="$hline_arrows_tab_enter"
|
local hline="$hline_arrows_tab_enter"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user