summaryrefslogtreecommitdiff
path: root/plugins/gtkui/support.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/support.c')
-rw-r--r--plugins/gtkui/support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/support.c b/plugins/gtkui/support.c
index 7dc3c78c..00aff298 100644
--- a/plugins/gtkui/support.c
+++ b/plugins/gtkui/support.c
@@ -87,7 +87,7 @@ create_pixmap (GtkWidget *widget,
if (!pathname)
{
- g_warning ("Couldn't find pixmap file: %s", filename);
+ g_warning (_("Couldn't find pixmap file: %s"), filename);
return gtk_image_new ();
}
@@ -111,7 +111,7 @@ create_pixbuf (const gchar *filename)
if (!pathname)
{
- g_warning ("Couldn't find pixmap file: %s", filename);
+ g_warning (_("Couldn't find pixmap file: %s"), filename);
return NULL;
}