summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-service.c
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 /tumblerd/tumbler-service.c
parent3a04fa615cd7d9fce538304da24484ef2819a0e8 (diff)
downloadtumbler-a7b8e250400d556156c6211e7939adb19aec280b.tar.gz
Do not translate warning messages
Completes d6aeb7d65acf6e41738c78b9d137fab3502d1c58.
Diffstat (limited to 'tumblerd/tumbler-service.c')
-rw-r--r--tumblerd/tumbler-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tumblerd/tumbler-service.c b/tumblerd/tumbler-service.c
index f9c9118..ca72c10 100644
--- a/tumblerd/tumbler-service.c
+++ b/tumblerd/tumbler-service.c
@@ -765,7 +765,7 @@ tumbler_service_queue_cb (TumblerExportedService *skeleton,
/* emit an error signal */
tumbler_service_scheduler_error (scheduler, handle, uris,
TUMBLER_ERROR_UNSUPPORTED_FLAVOR,
- _("Unsupported thumbnail flavor requested"),
+ TUMBLER_ERROR_MESSAGE_UNSUPPORTED_FLAVOR,
scheduler_request->origin,
service);