2
0
Эх сурвалжийг харах

Fix typo in visual shader context menu

Yuri Roubinsky 4 жил өмнө
parent
commit
5af08e5e65

+ 1 - 1
editor/plugins/visual_shader_editor_plugin.cpp

@@ -2557,7 +2557,7 @@ void VisualShaderEditor::_graph_gui_input(const Ref<InputEvent> &p_event) {
 				}
 
 				if (selected_uniforms.size() > 0) {
-					popup_menu->add_item(TTR("Convert Uniforms(s) to Constant(s)"), NodeMenuOptions::CONVERT_UNIFORMS_TO_CONSTANTS);
+					popup_menu->add_item(TTR("Convert Uniform(s) to Constant(s)"), NodeMenuOptions::CONVERT_UNIFORMS_TO_CONSTANTS);
 				}
 			}