summaryrefslogtreecommitdiff
path: root/plugins/poppler-thumbnailer
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-18 10:51:51 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-18 16:55:43 +0100
commita7b8e250400d556156c6211e7939adb19aec280b (patch)
tree9c08f84087cb3d4800ce26ae6fae2c4d5fa49525 /plugins/poppler-thumbnailer
parent3a04fa615cd7d9fce538304da24484ef2819a0e8 (diff)
downloadtumbler-a7b8e250400d556156c6211e7939adb19aec280b.tar.gz
Do not translate warning messages
Completes d6aeb7d65acf6e41738c78b9d137fab3502d1c58.
Diffstat (limited to 'plugins/poppler-thumbnailer')
-rw-r--r--plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
index b60ed0b..3f351e0 100644
--- a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
+++ b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
@@ -54,7 +54,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;
}