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