diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-24 19:36:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-24 19:36:17 +0000 |
commit | ba0fc01e35c25d01725374c4e6d08c554add71e1 (patch) | |
tree | 65e80a6653b75b39f4ec16f66edb0890ac0ae7c5 /help/help_mp-tr.h | |
parent | b62dce57829a65090028d2eae3c9a7a46ea58d2c (diff) | |
download | mpv-ba0fc01e35c25d01725374c4e6d08c554add71e1.tar.bz2 mpv-ba0fc01e35c25d01725374c4e6d08c554add71e1.tar.xz |
printf -> mp_msg conversion, first steps
patch by The Wanderer <inverseparadox@comcast.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-tr.h')
-rw-r--r-- | help/help_mp-tr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-tr.h b/help/help_mp-tr.h index fcf4527227..278ec1bf02 100644 --- a/help/help_mp-tr.h +++ b/help/help_mp-tr.h @@ -49,7 +49,8 @@ static char help_text[]= // mplayer.c: -#define MSGTR_Exiting "\nÇıkılıyor... (%s)\n" +#define MSGTR_Exiting "\nÇıkılıyor...\n" +#define MSGTR_ExitingHow "\nÇıkılıyor... (%s)\n" #define MSGTR_Exit_quit "Çıkış" #define MSGTR_Exit_eof "Dosyanın Sonu" #define MSGTR_Exit_error "Ölümcül Hata" |