mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Add more words to expected collection
This commit is contained in:
3
.github/actions/spell-check/expect.txt
vendored
3
.github/actions/spell-check/expect.txt
vendored
@@ -425,6 +425,7 @@ DEFPUSHBUTTON
|
||||
deinitialization
|
||||
DELA
|
||||
deletethis
|
||||
Delimarsky
|
||||
delims
|
||||
DENORMAL
|
||||
depersist
|
||||
@@ -2161,6 +2162,7 @@ toggleright
|
||||
toggleswitch
|
||||
toolbar
|
||||
toolset
|
||||
toolstrip
|
||||
tooltip
|
||||
toolwindow
|
||||
TOPDOWNDIB
|
||||
@@ -2475,6 +2477,7 @@ XOffset
|
||||
xpath
|
||||
XResource
|
||||
xsd
|
||||
xsi
|
||||
XSmall
|
||||
XStr
|
||||
XToolset
|
||||
|
||||
@@ -52,10 +52,10 @@ namespace Espresso.Shell.Core
|
||||
halfHourMenuItem.Text = "30 minutes";
|
||||
|
||||
var oneHourMenuItem = new ToolStripMenuItem();
|
||||
halfHourMenuItem.Text = "1 hour";
|
||||
oneHourMenuItem.Text = "1 hour";
|
||||
|
||||
var twoHoursMenuItem = new ToolStripMenuItem();
|
||||
halfHourMenuItem.Text = "2 hours";
|
||||
twoHoursMenuItem.Text = "2 hours";
|
||||
|
||||
timedMenuItem.DropDownItems.Add(halfHourMenuItem);
|
||||
timedMenuItem.DropDownItems.Add(oneHourMenuItem);
|
||||
|
||||
Reference in New Issue
Block a user