summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-30 07:07:32 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-30 07:07:32 +0000
commit78bbfea7f242f6eeb30522569c3323810d8542b4 (patch)
treeeb96c5e0648906026d4778c8614fa74782f23009 /help
parenta931f0083edbfc12e98333ea0fddaf61a6aeda39 (diff)
downloadmpv-78bbfea7f242f6eeb30522569c3323810d8542b4.tar.bz2
mpv-78bbfea7f242f6eeb30522569c3323810d8542b4.tar.xz
Drop the metadata stuff and replace it with generic property string expansion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23416 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 89c68bc3fc..36dac3e980 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1606,7 +1606,8 @@ static char help_text[]=
// libmenu/menu_param.c
#define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n"
-#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n"
+#define MSGTR_LIBMENU_InvalidProperty "[MENU] Invalid property '%s' in pref menu entry. (line %d).\n"
+#define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' or 'txt' attribute (line %d).\n"
#define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n"
// libmenu/menu_pt.c