BDisp 4 years ago
parent
commit
f713f36e5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UICatalog/Scenarios/DynamicMenuBar.cs

+ 1 - 1
UICatalog/Scenarios/DynamicMenuBar.cs

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