summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 14:52:31 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-10 14:52:31 +0000
commit9b4764c8d822c40d0c198b8fd97eed71b8619e0f (patch)
tree8d578ab1e5eb020cf1782faf341f06b9b334bd52 /help
parent295ac8e91076287f82aa64c2ce1ebe438967fdb5 (diff)
downloadmpv-9b4764c8d822c40d0c198b8fd97eed71b8619e0f.tar.bz2
mpv-9b4764c8d822c40d0c198b8fd97eed71b8619e0f.tar.xz
Remove invalid character, causing compile to fail
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15092 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 9d0aa4a647..7ed92e47d0 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -683,7 +683,7 @@ static char help_text[]=
#define MSGTR_MENU_NextStream "Nächster Stream"
#define MSGTR_MENU_PrevStream "Vorheriger Stream"
#define MSGTR_MENU_Size "Größe"
-#define MSGTR_MENU_HalfSize   "Halbe Größe"
+#define MSGTR_MENU_HalfSize "Halbe Größe"
#define MSGTR_MENU_NormalSize "Normale Größe"
#define MSGTR_MENU_DoubleSize "Doppelte Größe"
#define MSGTR_MENU_FullScreen "Vollbild"