From: Jaroslav Kysela Date: Thu, 17 Dec 2015 14:27:41 +0000 (+0100) Subject: timeshift: add 'no rewind' mark to the On-demand field name X-Git-Tag: v4.2.1~1297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4616d19ebdc4f0014947f7cb23d9fff2f2a3693;p=thirdparty%2Ftvheadend.git timeshift: add 'no rewind' mark to the On-demand field name --- diff --git a/src/timeshift.c b/src/timeshift.c index 6b0c6d4bf..4f2906209 100644 --- a/src/timeshift.c +++ b/src/timeshift.c @@ -153,7 +153,7 @@ const idclass_t timeshift_conf_class = { { .type = PT_BOOL, .id = "ondemand", - .name = N_("On-demand"), + .name = N_("On-demand (no rewind)"), .off = offsetof(timeshift_conf_t, ondemand), }, {