Inversion

This commit is contained in:
Christophe Mutricy 2006-01-14 12:37:19 +00:00
parent 5827c899e9
commit 7c78bcd0c7
1 changed files with 4 additions and 4 deletions

View File

@ -767,12 +767,12 @@ static char *ppsz_clock_descriptions[] =
"This option allows you to use a plugins cache which will greatly " \
"improve the start time of VLC.")
#define DAEMON_TEXT N_("Collect statistics")
#define DAEMON_LONGTEXT N_( \
#define STATS_TEXT N_("Collect statistics")
#define STATS_LONGTEXT N_( \
"This option allows you to collect miscellaneous statistics.")
#define STATS_TEXT N_("Run as daemon process")
#define STATS_LONGTEXT N_( \
#define DAEMON_TEXT N_("Run as daemon process")
#define DAEMON_LONGTEXT N_( \
"Runs VLC as a background daemon process.")
#define ONEINSTANCE_TEXT N_("Allow only one running instance")