mirror of https://github.com/mpv-player/mpv
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:
parent
c59ff681fd
commit
00a3a68575
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue