We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dbf0c commit c6f29b7Copy full SHA for c6f29b7
1 file changed
Sources/NodeUIEngine/NUIE_NodeMenuCommands.cpp
@@ -836,9 +836,9 @@ class AlignNodesMenuCommand : public SingleMenuCommand
836
case Mode::Bottom:
837
return L"Bottom";
838
case Mode::HCenter:
839
- return L"Center horizontally";
+ return L"Center Horizontally";
840
case Mode::VCenter:
841
- return L"Center vertically";
+ return L"Center Vertically";
842
}
843
DBGBREAK ();
844
return L"";
0 commit comments