diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-02 13:20:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-02 13:20:48 (EDT) |
commit | 8de7ad41e4a15092f68a5eb540a2c0faec99eed5 (patch) | |
tree | 40dc51418a1da2622e1989ac8d2d8a1075672bfd /locale | |
parent | f2b0cd173982911f6ba47f783ca9152ff9811b54 (diff) |
Internationalize list item separator.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 31e5c6d..756a777 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# General strings +oh_str_list_item_separator=', ' + # lib/control oh_str_control_bad_nv='badly formatted control field' oh_str_control_unknown_field='unrecognized field "%s"' |