BDisp 4 年之前
父节点
当前提交
f713f36e5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UICatalog/Scenarios/DynamicMenuBar.cs

+ 1 - 1
UICatalog/Scenarios/DynamicMenuBar.cs

@@ -760,7 +760,7 @@ namespace UICatalog {
 			};
 			Add (_txtShortCut);
 
-			var _btnShortCut = new Button ("Clear ShirtCut") {
+			var _btnShortCut = new Button ("Clear ShortCut") {
 				X = Pos.X (_lblShortCut),
 				Y = Pos.Bottom (_txtShortCut) + 1
 			};