From e306174952d42e1cd6cc5efc50ae6bb0410501bc Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 7 Jul 2009 01:15:02 +0300 Subject: Translation system changes part 2: replace macros by strings Replace all MSGTR_ macros in the source by the corresponding English string. --- osdep/priority.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/priority.c') diff --git a/osdep/priority.c b/osdep/priority.c index 8f57d295e3..ffc589386f 100644 --- a/osdep/priority.c +++ b/osdep/priority.c @@ -73,7 +73,7 @@ void set_priority(void) if (strcasecmp(priority_presets_defs[i].name, proc_priority) == 0) break; } - mp_tmsg(MSGT_CPLAYER, MSGL_STATUS, MSGTR_SettingProcessPriority, + mp_tmsg(MSGT_CPLAYER, MSGL_STATUS, "Setting process priority: %s\n", priority_presets_defs[i].name); #ifdef __OS2__ -- cgit v1.2.3