From 750c1e13a504b3c4790fbf6295e86b070d268901 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 27 Nov 2018 08:50:49 +0100 Subject: [PATCH] imagecache: fix the expire id, issue #4304 --- src/imagecache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imagecache.c b/src/imagecache.c index 9b3efae89..a66c5fd2b 100644 --- a/src/imagecache.c +++ b/src/imagecache.c @@ -104,9 +104,9 @@ const idclass_t imagecache_class = { }, { .type = PT_U32, - .id = "", + .id = "expire", .name = N_("Expire time"), - .desc = N_("The time in hours after the cached URL will " + .desc = N_("The time in days after the cached URL will " "be removed. The time starts when the URL was " "lastly requested. Zero means unlimited cache " "(not recommended)."), -- 2.47.2