]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/timeshift.c
Strings
[vlc] / modules / access_filter / timeshift.c
index 732bc8ff0c9536720dde71a0d6921e2143413723..1345f4f28a84b99a0fe30538d61de56d6856e5ec 100644 (file)
@@ -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")