diff options
Diffstat (limited to 'gtk/gtkprivate.c')
-rw-r--r-- | gtk/gtkprivate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprivate.c b/gtk/gtkprivate.c index 3177d4761d..fb1c6b57ee 100644 --- a/gtk/gtkprivate.c +++ b/gtk/gtkprivate.c @@ -71,7 +71,7 @@ _gtk_get_data_prefix (void) * * Return the Unix-style locale string for the language currently in * effect. On Unix systems, this is the return value from - * <literal>setlocale(LC_CTYPE, NULL)</literal>, and the user can + * `setlocale(LC_CTYPE, NULL)`, and the user can * affect this through the environment variables LC_ALL, LC_CTYPE or * LANG (checked in that order). The locale strings typically is in * the form lang_COUNTRY, where lang is an ISO-639 language code, and |