summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-file-info.c
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-17 10:30:03 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-17 15:42:48 +0100
commitd6aeb7d65acf6e41738c78b9d137fab3502d1c58 (patch)
tree1b550651a91c236f64da6200bc9799a05dd8d621 /tumbler/tumbler-file-info.c
parentc74d14a6395b29bcf4cb48f2c36320fb07938cb5 (diff)
downloadtumbler-d6aeb7d65acf6e41738c78b9d137fab3502d1c58.tar.gz
Define error messages in `tumbler/tumbler-error.h`
Diffstat (limited to 'tumbler/tumbler-file-info.c')
-rw-r--r--tumbler/tumbler-file-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tumbler/tumbler-file-info.c b/tumbler/tumbler-file-info.c
index bfaef89..7116658 100644
--- a/tumbler/tumbler-file-info.c
+++ b/tumbler/tumbler-file-info.c
@@ -294,7 +294,7 @@ tumbler_file_info_load (TumblerFileInfo *info,
{
/* we don't allow the generation of thumbnails for thumbnails */
g_set_error (&err, TUMBLER_ERROR, TUMBLER_ERROR_IS_THUMBNAIL,
- _("The file \"%s\" is a thumbnail itself"), info->uri);
+ TUMBLER_ERROR_MESSAGE_NO_THUMB_OF_THUMB, info->uri);
}
/* release the cache */