Remove duplicated string.
This commit is contained in:
parent
a104b9056a
commit
cfde4beeda
@ -36,7 +36,6 @@ msg_accept_continue="Accept/Continue"
|
||||
msg_accessibility_desc="Ports to help disabled users."
|
||||
msg_afterstep_desc="Ports to support the AfterStep window manager."
|
||||
msg_all="All"
|
||||
msg_all_available_packages_in_all_categories="All available packages in all categories."
|
||||
msg_all_desc="All available packages in all categories."
|
||||
msg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
|
||||
msg_arabic_desc="Ported software for Arab countries."
|
||||
|
@ -106,7 +106,7 @@ f_category_desc_set()
|
||||
# users a description of the non-i18n category name.
|
||||
#
|
||||
f_category() { f_category_desc_set "$1" "$2"; }
|
||||
f_category All "$msg_all_available_packages_in_all_categories"
|
||||
f_category All "$msg_all_desc"
|
||||
f_category accessibility "$msg_accessibility_desc"
|
||||
f_category afterstep "$msg_afterstep_desc"
|
||||
f_category arabic "$msg_arabic_desc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user