From: Jaroslav Kysela Date: Wed, 12 Sep 2018 08:36:26 +0000 (+0200) Subject: profile: improve timeout description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e50eef6049e2b4de382844e1a06f88f3f8f9b6;p=thirdparty%2Ftvheadend.git profile: improve timeout description --- diff --git a/src/profile.c b/src/profile.c index 7c693789e..53505c3f0 100644 --- a/src/profile.c +++ b/src/profile.c @@ -348,9 +348,11 @@ const idclass_t profile_class = { .type = PT_INT, .id = "timeout", - .name = N_("Timeout (sec) (0=infinite)"), - .desc = N_("The number of seconds to wait for a stream to " - "start."), + .name = N_("Data timeout (sec) (0=infinite)"), + .desc = N_("The number of seconds to wait for data. " + "It handles the situations where no data " + "are received at start or the input stream " + "is stalled."), .off = offsetof(profile_t, pro_timeout), .def.i = 5, .group = 1