summaryrefslogtreecommitdiffstats
path: root/help/help_mp-ko.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 19:36:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 19:36:17 +0000
commitba0fc01e35c25d01725374c4e6d08c554add71e1 (patch)
tree65e80a6653b75b39f4ec16f66edb0890ac0ae7c5 /help/help_mp-ko.h
parentb62dce57829a65090028d2eae3c9a7a46ea58d2c (diff)
downloadmpv-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-ko.h')
-rw-r--r--help/help_mp-ko.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-ko.h b/help/help_mp-ko.h
index d6db20f545..a14b62d651 100644
--- a/help/help_mp-ko.h
+++ b/help/help_mp-ko.h
@@ -49,7 +49,8 @@ static char help_text[]=
// mplayer.c:
-#define MSGTR_Exiting "\n종료합니다... (%s)\n"
+#define MSGTR_Exiting "\n종료합니다.\n"
+#define MSGTR_ExitingHow "\n종료합니다... (%s)\n"
#define MSGTR_Exit_quit "종료"
#define MSGTR_Exit_eof "파일의 끝"
#define MSGTR_Exit_error "치명적 오류"