UI: Do not translate "Blender"

Blender is the name of the software, it does not make sense to
translate into a language's term for the kitchen appliance.
This commit is contained in:
Aaron Carlisle 2022-01-29 21:00:12 -05:00
parent f18172b023
commit 0c5a9a0e77
Notes: blender-bot 2023-02-14 08:40:26 +01:00
Referenced by commit 4fcc651435, Revert "UI: Do not translate "Blender""
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ static uiBlock *wm_block_create_about(bContext *C, ARegion *region, void *UNUSED
uiLayout *col = uiLayoutColumn(layout, true);
uiItemL_ex(col, IFACE_("Blender"), ICON_NONE, true, false);
uiItemL_ex(col, "Blender", ICON_NONE, true, false);
MenuType *mt = WM_menutype_find("WM_MT_splash_about", true);
if (mt) {

View File

@ -879,7 +879,7 @@ int wm_window_new_exec(bContext *C, wmOperator *op)
ScrArea *area = BKE_screen_find_big_area(CTX_wm_screen(C), SPACE_TYPE_ANY, 0);
bool ok = (WM_window_open(C,
IFACE_("Blender"),
"Blender",
0,
0,
win_src->sizex * 0.95f,