diff options
Diffstat (limited to 'common/i18n.c')
-rw-r--r-- | common/i18n.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/i18n.c b/common/i18n.c index 39e3d8fcc..413fa9a26 100644 --- a/common/i18n.c +++ b/common/i18n.c @@ -156,9 +156,9 @@ i18n_utf8 (const char *string) } -/* A variant of gettext which allows to specify the local to use for - translating the message. The function assumes that utf-8 is used - for the encoding. */ +/* A variant of gettext which allows the programmer to specify the + locale to use for translating the message. The function assumes + that utf-8 is used for the encoding. */ const char * i18n_localegettext (const char *lc_messages, const char *string) { |