fix reversed order of arguments

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18530 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2006-05-17 12:01:00 +00:00
parent c59ff681fd
commit 00a3a68575
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ static char help_text[]=
#define MSGTR_Exit_quit "Çýkýþ" #define MSGTR_Exit_quit "Çýkýþ"
#define MSGTR_Exit_eof "Dosyanýn Sonu" #define MSGTR_Exit_eof "Dosyanýn Sonu"
#define MSGTR_Exit_error "Ölümcül Hata" #define MSGTR_Exit_error "Ölümcül Hata"
#define MSGTR_IntBySignal "\nMPlayer %s modülündeki %d hatası ile kapandı\n" #define MSGTR_IntBySignal "\nMPlayer %d hatası ile %s modülünde kapandı\n"
#define MSGTR_NoHomeDir "ANADÝZÝN bulunumadý\n" #define MSGTR_NoHomeDir "ANADÝZÝN bulunumadý\n"
#define MSGTR_GetpathProblem "get_path(\"config\") problemi\n" #define MSGTR_GetpathProblem "get_path(\"config\") problemi\n"
#define MSGTR_CreatingCfgFile "Ayar dosyasý oluþturuluyor: %s\n" #define MSGTR_CreatingCfgFile "Ayar dosyasý oluþturuluyor: %s\n"