Remove duplicated string.

This commit is contained in:
Devin Teske 2013-05-12 00:44:40 +00:00
parent a104b9056a
commit cfde4beeda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250537
2 changed files with 1 additions and 2 deletions

View File

@ -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."

View File

@ -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"