X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Faccess_filter%2Ftimeshift.c;h=1345f4f28a84b99a0fe30538d61de56d6856e5ec;hp=732bc8ff0c9536720dde71a0d6921e2143413723;hb=2fc1756882380cd8eae3090b49a283e26fbf1b4b;hpb=3975d8c9a4ad0e7131b0401f9e36dc98b7223c05;ds=sidebyside diff --git a/modules/access_filter/timeshift.c b/modules/access_filter/timeshift.c index 732bc8ff0c..1345f4f28a 100644 --- a/modules/access_filter/timeshift.c +++ b/modules/access_filter/timeshift.c @@ -42,6 +42,7 @@ static int Open ( vlc_object_t * ); static void Close( vlc_object_t * ); #define GRANULARITY_TEXT N_("Timeshift granularity") +/// \bug [String] typo #define GRANULARITY_LONGTEXT N_( "This is the size of the temporary files " \ "tha will be used to store the timeshifted streams." ) #define DIR_TEXT N_("Timeshift directory")