Skip to content

Commit 8a7713e

Browse files
committed
Fix inconsistency in FileSystem naming in shader editor menu
1 parent 922ae7e commit 8a7713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/plugins/shader_editor_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ void ShaderEditorPlugin::_setup_popup_menu(PopupMenuType p_type, PopupMenu *p_me
405405
if (p_type == CONTEXT_VALID_ITEM) {
406406
p_menu->add_separator();
407407
p_menu->add_item(TTR("Copy Script Path"), COPY_PATH);
408-
p_menu->add_item(TTR("Show in File System"), SHOW_IN_FILE_SYSTEM);
408+
p_menu->add_item(TTR("Show in FileSystem"), SHOW_IN_FILE_SYSTEM);
409409
}
410410
}
411411
}

0 commit comments

Comments
 (0)