Commit 1d33ae2d authored by Clément Stenac's avatar Clément Stenac

Typo. Thanks to radius on the forum

parent 7351430d
...@@ -851,9 +851,9 @@ static char *ppsz_clock_descriptions[] = ...@@ -851,9 +851,9 @@ static char *ppsz_clock_descriptions[] =
"Tell VLC that it is being launched due to a file association in the OS" ) "Tell VLC that it is being launched due to a file association in the OS" )
#define ONEINSTANCEWHENSTARTEDFROMFILE_TEXT N_( \ #define ONEINSTANCEWHENSTARTEDFROMFILE_TEXT N_( \
"Allow only on running instance when started from file") "One instance when started from file")
#define ONEINSTANCEWHENSTARTEDFROMFILE_LONGTEXT N_( \ #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_TEXT N_("Increase the priority of the process")
#define HPRIORITY_LONGTEXT N_( \ #define HPRIORITY_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment