]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
timeshift: add 'no rewind' mark to the On-demand field name
authorJaroslav Kysela <perex@perex.cz>
Thu, 17 Dec 2015 14:27:41 +0000 (15:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 17 Dec 2015 14:27:41 +0000 (15:27 +0100)
src/timeshift.c

index 6b0c6d4bf756c645b1d436c04e39b9fe70750e73..4f2906209e83293117333303c5fdab36a3f0bb5e 100644 (file)
@@ -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),
     },
     {