X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-support.c;h=f5aace629be5200c83a71ab48f948ced1c15281f;hb=HEAD;hp=aaa8f1f0fc617593eedbc16d149154e3e8fd1a24;hpb=54f21a9c94e25999b4f8f350104e4a3801ac8a4f;p=xournal.git diff --git a/src/xo-support.c b/src/xo-support.c index aaa8f1f..f5aace6 100644 --- a/src/xo-support.c +++ b/src/xo-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; }