summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-14 19:23:38 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-14 19:23:38 +0000
commit592feb610e0fceedd6bce37fb40e1223d4741276 (patch)
tree8723fb2308ab70b3c2a03d9cb2c6ef7ba25a12aa /help
parent6bb023f2a2968a309f6e6865bda46d9ef88c0cc9 (diff)
downloadmpv-592feb610e0fceedd6bce37fb40e1223d4741276.tar.bz2
mpv-592feb610e0fceedd6bce37fb40e1223d4741276.tar.xz
Add missing \ in multiline define.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14497 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-ro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-ro.h b/help/help_mp-ro.h
index 0d9fff3dd7..7bcd2236bc 100644
--- a/help/help_mp-ro.h
+++ b/help/help_mp-ro.h
@@ -67,7 +67,7 @@ static char help_text[]=
#define MSGTR_IntBySignal "\nMPlayer a fost întrerupt de semnalul %d în modulul: %s\n"
#define MSGTR_NoHomeDir "Nu găsesc directorul HOME.\n"
#define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
-#define MSGTR_CreatingCfgFile "Creez fișierul de configurare: %s\n"
+#define MSGTR_CreatingCfgFile "Creez fișierul de configurare: %s\n"\
"Încearcă '-vo help' pentru o listă cu driveri video disponibili.\n"
#define MSGTR_InvalidAOdriver "Numele driverului de ieșire audio e greșit: %s\n"\
"Folosește '-ao help' pentru lista cu driveri audio disponibili.\n"