diff --git a/src/gnome/assistant-hierarchy.c b/src/gnome/assistant-hierarchy.c index 60536b6308..f76e18b17d 100644 --- a/src/gnome/assistant-hierarchy.c +++ b/src/gnome/assistant-hierarchy.c @@ -193,7 +193,7 @@ gnc_get_ea_locale_dir(const char *top_dir) locale = g_win32_getlocale(); if (!locale) { - PWARN ("Couldn't retrieve locale. Falling back to default one.") + PWARN ("Couldn't retrieve locale. Falling back to default one."); locale = g_strdup ("C"); } # else