]> git.sesse.net Git - vlc/commitdiff
Typo tha -> that
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 6 Sep 2006 10:02:20 +0000 (10:02 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 6 Sep 2006 10:02:20 +0000 (10:02 +0000)
modules/access_filter/timeshift.c

index 3a988f0167e94439a5eb2e69a7d922109c0de0fa..b4cee953b43bd1353d5c344cb44b8dea13fac822 100644 (file)
@@ -44,7 +44,7 @@ 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." )
+  "that will be used to store the timeshifted streams." )
 #define DIR_TEXT N_("Timeshift directory")
 #define DIR_LONGTEXT N_( "Directory used to store the timeshift temporary " \
   "files." )