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:
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_ops.c')
-rw-r--r--source/blender/editors/space_buttons/buttons_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_buttons/buttons_ops.c b/source/blender/editors/space_buttons/buttons_ops.c
index 8f57abf83ae..23158c29aa1 100644
--- a/source/blender/editors/space_buttons/buttons_ops.c
+++ b/source/blender/editors/space_buttons/buttons_ops.c
@@ -360,7 +360,7 @@ void BUTTONS_OT_file_browse(wmOperatorType *ot)
/* Identifiers. */
ot->name = "Accept";
ot->description =
- "Open a file browser, Hold Shift to open the file, Alt to browse containing directory";
+ "Open a file browser, hold Shift to open the file, Alt to browse containing directory";
ot->idname = "BUTTONS_OT_file_browse";
/* Callbacks. */
@@ -387,7 +387,7 @@ void BUTTONS_OT_directory_browse(wmOperatorType *ot)
/* identifiers */
ot->name = "Accept";
ot->description =
- "Open a directory browser, Hold Shift to open the file, Alt to browse containing directory";
+ "Open a directory browser, hold Shift to open the file, Alt to browse containing directory";
ot->idname = "BUTTONS_OT_directory_browse";
/* api callbacks */