summaryrefslogtreecommitdiff
path: root/plugins/desktop-thumbnailer/desktop-thumbnailer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/desktop-thumbnailer/desktop-thumbnailer.c')
-rw-r--r--plugins/desktop-thumbnailer/desktop-thumbnailer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/desktop-thumbnailer/desktop-thumbnailer.c b/plugins/desktop-thumbnailer/desktop-thumbnailer.c
index 5248a49..916d5bc 100644
--- a/plugins/desktop-thumbnailer/desktop-thumbnailer.c
+++ b/plugins/desktop-thumbnailer/desktop-thumbnailer.c
@@ -362,7 +362,7 @@ desktop_thumbnailer_load_thumbnail (DesktopThumbnailer *thumbnailer,
g_strfreev (cmd_argv);
}
else
- g_warning (_("Malformed command line \"%s\": %s"), exec, (*error)->message);
+ g_warning ("Malformed command line \"%s\": %s", exec, (*error)->message);
g_free (tmpfilepath);
g_object_unref (tmpfile);