[Bf-blender-cvs] [b7a03eed8b7] master: Fix T66238: Spelling typo

Aaron Carlisle noreply at git.blender.org
Sat Jun 29 04:02:24 CEST 2019


Commit: b7a03eed8b720b5c797a87d09882e660724a3df2
Author: Aaron Carlisle
Date:   Fri Jun 28 22:00:49 2019 -0400
Branches: master
https://developer.blender.org/rBb7a03eed8b720b5c797a87d09882e660724a3df2

Fix T66238: Spelling typo

===================================================================

M	source/blender/editors/space_outliner/outliner_draw.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index a151061ae64..86f99555e12 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1057,7 +1057,7 @@ static void outliner_draw_restrictbuts(uiBlock *block,
                                     0,
                                     0,
                                     0,
-                                    TIP_("Temporarly hide in viewport\n"
+                                    TIP_("Temporarily hide in viewport\n"
                                          "* Shift to set children"));
             UI_but_func_set(
                 bt, outliner__base_set_flag_recursive_cb, base, (void *)"hide_viewport");



More information about the Bf-blender-cvs mailing list