summaryrefslogtreecommitdiffstats
path: root/help/help_mp-pt_BR.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-pt_BR.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-pt_BR.h')
-rw-r--r--help/help_mp-pt_BR.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-pt_BR.h b/help/help_mp-pt_BR.h
index cf37aa9645..43a02f80f1 100644
--- a/help/help_mp-pt_BR.h
+++ b/help/help_mp-pt_BR.h
@@ -58,7 +58,8 @@ static char help_text[]=
// mplayer.c:
-#define MSGTR_Exiting "\nSaindo... (%s)\n"
+#define MSGTR_Exiting "\nSaindo...\n"
+#define MSGTR_ExitingHow "\nSaindo... (%s)\n"
#define MSGTR_Exit_quit "Sair"
#define MSGTR_Exit_eof "Fim do arquivo"
#define MSGTR_Exit_error "Erro fatal"