diff options
author | Mike FABIAN <mfabian@redhat.com> | 2015-11-01 09:53:16 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-08 18:30:33 -0400 |
commit | ed80f206f42906ec7d2634595fb5ef8338c7c943 (patch) | |
tree | 15f3c3a18db94504a3e6de5bcdc846ec03315a50 /localedata/ChangeLog | |
parent | fb3227b95caae0d99d0c185099486240a75e2076 (diff) | |
download | glibc-ed80f206f42906ec7d2634595fb5ef8338c7c943.tar.gz |
localedata: i18n: fix typos in tel_int_fmt
Adding the %t avoids a double space if the area code %a happens
to be empty. There are countries without area codes.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 664f88bcd2..61382bb884 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2016-04-08 Mike FABIAN <mfabian@redhat.com> + + * locales/i18n: Fix typos in tel_int_fmt. + 2016-03-21 Mike Frysinger <vapier@gentoo.org> [BZ #11213] |