Skip to content

Commit c6f29b7

Browse files
committed
Fix casing.
1 parent 21dbf0c commit c6f29b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/NodeUIEngine/NUIE_NodeMenuCommands.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,9 @@ class AlignNodesMenuCommand : public SingleMenuCommand
836836
case Mode::Bottom:
837837
return L"Bottom";
838838
case Mode::HCenter:
839-
return L"Center horizontally";
839+
return L"Center Horizontally";
840840
case Mode::VCenter:
841-
return L"Center vertically";
841+
return L"Center Vertically";
842842
}
843843
DBGBREAK ();
844844
return L"";

0 commit comments

Comments
 (0)