]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
non-localizable string
authorMario Di Raimondo <mario.diraimondo@gmail.com>
Sun, 22 Nov 2015 18:27:46 +0000 (19:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 24 Nov 2015 11:46:08 +0000 (12:46 +0100)
src/input/mpegts/mpegts_service.c

index 7fca79313e394c6548ea9e2399f510681c6314c7..f3a20d5e85af43aacab550e0357fb30f7fb7ef2e 100644 (file)
@@ -140,7 +140,7 @@ const idclass_t mpegts_service_class =
     {
       .type     = PT_U16,
       .id       = "srcid",
-      .name     = "ATSC source ID",
+      .name     = N_("ATSC source ID"),
       .opts     = PO_RDONLY,
       .off      = offsetof(mpegts_service_t, s_atsc_source_id),
     },