From f7e307ee4d8600edf82a9a20d28d11453480641f Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 18 Oct 2005 11:11:25 +0000 Subject: Make a few more messages translatable by moving them into help_mp-en.h. patch by Paul TT < paultt == at == hackerjournal == dot == it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16794 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index ba01509b31..372a534134 100644 --- a/input/input.c +++ b/input/input.c @@ -21,6 +21,7 @@ #include "../osdep/keycodes.h" #include "../osdep/timer.h" #include "../mp_msg.h" +#include "../help_mp.h" #include "../m_config.h" #include "../m_option.h" @@ -833,7 +834,7 @@ mp_input_get_cmd_from_keys(int n,int* keys, int paused) { cmd = mp_input_find_bind_for_key(def_cmd_binds,n,keys); if(cmd == NULL) { - mp_msg(MSGT_INPUT,MSGL_WARN,"No bind found for key %s",mp_input_get_key_name(keys[0])); + mp_msg(MSGT_INPUT,MSGL_WARN,MSGTR_NoBindFound,mp_input_get_key_name(keys[0])); if(n > 1) { int s; for(s=1; s < n; s++) -- cgit v1.2.3