]> git.sesse.net Git - vlc/commitdiff
Typo. Thanks to radius on the forum
authorClément Stenac <zorglub@videolan.org>
Fri, 2 Jun 2006 06:05:11 +0000 (06:05 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 2 Jun 2006 06:05:11 +0000 (06:05 +0000)
src/libvlc.h

index 8b048041e498c9a037e2fa96ccfd6461edb499b3..6f6041a439cd1f90aec9f0d183843289c85179f6 100644 (file)
@@ -851,9 +851,9 @@ static char *ppsz_clock_descriptions[] =
     "Tell VLC that it is being launched due to a file association in the OS" )
 
 #define ONEINSTANCEWHENSTARTEDFROMFILE_TEXT N_( \
-    "Allow only on running instance when started from file")
+    "One instance when started from file")
 #define ONEINSTANCEWHENSTARTEDFROMFILE_LONGTEXT N_( \
-    "Allow only on running instance when started from file")
+    "Allow only one running instance when started from file.")
 
 #define HPRIORITY_TEXT N_("Increase the priority of the process")
 #define HPRIORITY_LONGTEXT N_( \