Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-11-02 19:52:03 +0300
committerBastien Montagne <bastien@blender.org>2021-11-02 19:52:03 +0300
commit0a254109b8e683804c6a88424d857979af5d8355 (patch)
tree880320b2131c3b672a04d08ab2f086baab30c130 /source/blender/windowmanager
parent242ad4bd0fed9828c71af05e9184f548cb79dd6a (diff)
parent29dff8f84423852f01570334abf08fb922ffb51e (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_splash_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_splash_screen.c b/source/blender/windowmanager/intern/wm_splash_screen.c
index 99c6bc39207..a4ec9e8fe6e 100644
--- a/source/blender/windowmanager/intern/wm_splash_screen.c
+++ b/source/blender/windowmanager/intern/wm_splash_screen.c
@@ -323,7 +323,7 @@ static uiBlock *wm_block_create_about(bContext *C, ARegion *region, void *UNUSED
uiLayout *col = uiLayoutColumn(layout, true);
- uiItemL_ex(col, N_("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) {