From 685fda4f13715ccadb32fa72af1b557cb55c9574 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 3 Mar 2012 21:42:21 +0000 Subject: Many i18n fixings, based on [#30428] [2.62] Translation Issues. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In fact, most "UI special cases" are not well translated, currently. :/ This affects especially the "Properties" panels. This commit should address problems in Graph editors, and 3D View (but probably not yet all of them). Yet it already adds more than 100 new messages (and fixes translated drawing of more). Also done some style edits… --- source/blender/windowmanager/intern/wm_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index 7f3fd9d1355..22b13a72795 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -692,7 +692,7 @@ int WM_menu_invoke(bContext *C, wmOperator *op, wmEvent *UNUSED(event)) return retval; } else { - pup= uiPupMenuBegin(C, op->type->name, ICON_NONE); + pup= uiPupMenuBegin(C, IFACE_(op->type->name), ICON_NONE); layout= uiPupMenuLayout(pup); uiItemsFullEnumO(layout, op->type->idname, RNA_property_identifier(prop), op->ptr->data, WM_OP_EXEC_REGION_WIN, 0); uiPupMenuEnd(C, pup); -- cgit v1.2.3