From b5972d6f14c04384d88d3f813b435d484562403f Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 6 Jul 2009 02:41:23 +0300 Subject: Translation system changes part 1: wrap translated strings Replace mp_msg() calls which have a translated string as the format argument with mp_tmsg and add _() around all other translated strings. --- loader/ldt_keeper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/ldt_keeper.c b/loader/ldt_keeper.c index e0d4447e60..871b78903c 100644 --- a/loader/ldt_keeper.c +++ b/loader/ldt_keeper.c @@ -209,7 +209,7 @@ ldt_fs_t* Setup_LDT_Keeper(void) #ifdef __APPLE__ if (getenv("DYLD_BIND_AT_LAUNCH") == NULL) - mp_msg(MSGT_LOADER, MSGL_WARN, MSGTR_LOADER_DYLD_Warning); + mp_tmsg(MSGT_LOADER, MSGL_WARN, MSGTR_LOADER_DYLD_Warning); #endif /* __APPLE__ */ fs_seg= -- cgit v1.2.3