summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/modules.c b/pango/modules.c
index f7d8e42b..df928690 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -600,11 +600,11 @@ build_map (PangoMapInfo *info)
gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
"pango.modules",
NULL);
- g_warning ("No builtin or dynamically loaded modules\n"
- "were found. Pango will not work correctly. This probably means\n"
- "there was an error in the creation of:\n"
+ g_warning ("No builtin or dynamically\n"
+ "loaded modules were found. Pango will not work correctly.\n"
+ "This probably means there was an error in the creation of:\n"
" '%s'\n"
- "You may be able to recreate this file by running pango-querymodules.",
+ "You should create this file by running pango-querymodules.",
filename);
g_free (filename);