diff --git a/scripts/startup/bl_ui/space_filebrowser.py b/scripts/startup/bl_ui/space_filebrowser.py index dbb09499dc2..98d115b2291 100644 --- a/scripts/startup/bl_ui/space_filebrowser.py +++ b/scripts/startup/bl_ui/space_filebrowser.py @@ -529,7 +529,7 @@ class FILEBROWSER_MT_select(FileBrowserMenu, Menu): layout.operator("file.select_all", text="All").action = 'SELECT' layout.operator("file.select_all", text="None").action = 'DESELECT' - layout.operator("file.select_all", text="Inverse").action = 'INVERT' + layout.operator("file.select_all", text="Invert").action = 'INVERT' layout.separator()