]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-support.c
add Polish translation
[xournal.git] / src / xo-support.c
index aaa8f1f0fc617593eedbc16d149154e3e8fd1a24..f5aace629be5200c83a71ab48f948ced1c15281f 100644 (file)
@@ -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;
     }