diff options
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 85752d7d74..93f09c7c58 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1179,11 +1179,11 @@ gtk_icon_theme_lookup_icon (GtkIconTheme *icon_theme, } if (!found) { - g_warning (_("Could not find the icon '%s'. The '" DEFAULT_THEME_NAME "' theme\n" + g_warning (_("Could not find the icon '%s'. The '%s' theme\n" "was not found either, perhaps you need to install it.\n" - "You can get a copy from :\n" - "\thttp://freedesktop.org/Software/icon-theme/releases"), - icon_name); + "You can get a copy from:\n" + "\t%s"), + icon_name, DEFAULT_THEME_NAME, "http://freedesktop.org/Software/icon-theme/releases"); } } } |