Revert "UI: Do not translate "Blender""

See rB0c5a9a0e776eeb724f7266694153f98721e34fde for the issue with this.

This reverts commit 0c5a9a0e77.
This commit is contained in:
Aaron Carlisle 2022-01-30 12:19:38 -05:00
parent a58592885c
commit 4fcc651435
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, "Blender", ICON_NONE, true, false);
uiItemL_ex(col, IFACE_("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,
"Blender",
IFACE_("Blender"),
0,
0,
win_src->sizex * 0.95f,