From 1540fedb5feb2b74f2caee529e6d69ed8585f0a2 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 2 Sep 2005 17:11:00 +0000 Subject: Replace bps by B/s when it means bytes per second to avoid ambiguity since bps can mean any combination of bits/bytes per second/sample. patch by a.guru - at - sympatico - dot - ca git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16361 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-ko.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help/help_mp-ko.h') diff --git a/help/help_mp-ko.h b/help/help_mp-ko.h index 9f2a5e9465..d6c25b9125 100644 --- a/help/help_mp-ko.h +++ b/help/help_mp-ko.h @@ -161,8 +161,8 @@ static char help_text[]= #define MSGTR_WritingAVIIndex "\nAVI 인덱스를 쓰고 있습니다...\n" #define MSGTR_FixupAVIHeader "AVI 해더를 고치고 있습니다...\n" #define MSGTR_RecommendedVideoBitrate "%s CD용으로 추천할 만한 비디오 주사율: %d\n" -#define MSGTR_VideoStreamResult "\n비디오 스트림: %8.3f kbit/s (%d bps) 크기: %d 바이트 %5.3f 초 %d 프레임\n" -#define MSGTR_AudioStreamResult "\n오디오 스트림: %8.3f kbit/s (%d bps) 크기: %d 바이트 %5.3f 초\n" +#define MSGTR_VideoStreamResult "\n비디오 스트림: %8.3f kbit/s (%d B/s) 크기: %d 바이트 %5.3f 초 %d 프레임\n" +#define MSGTR_AudioStreamResult "\n오디오 스트림: %8.3f kbit/s (%d B/s) 크기: %d 바이트 %5.3f 초\n" // cfg-mencoder.h: -- cgit v1.2.3