summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c')
-rw-r--r--plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c
index 3f393a7..abff227 100644
--- a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c
+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-plugin.c
@@ -55,7 +55,7 @@ tumbler_plugin_initialize (TumblerProviderPlugin *plugin)
TUMBLER_MICRO_VERSION);
if (G_UNLIKELY (mismatch != NULL))
{
- g_warning (_("Version mismatch: %s"), mismatch);
+ g_warning (TUMBLER_WARNING_VERSION_MISMATCH, mismatch);
return;
}