mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +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
|
deinitialization
|
||||||
DELA
|
DELA
|
||||||
deletethis
|
deletethis
|
||||||
|
Delimarsky
|
||||||
delims
|
delims
|
||||||
DENORMAL
|
DENORMAL
|
||||||
depersist
|
depersist
|
||||||
@@ -2161,6 +2162,7 @@ toggleright
|
|||||||
toggleswitch
|
toggleswitch
|
||||||
toolbar
|
toolbar
|
||||||
toolset
|
toolset
|
||||||
|
toolstrip
|
||||||
tooltip
|
tooltip
|
||||||
toolwindow
|
toolwindow
|
||||||
TOPDOWNDIB
|
TOPDOWNDIB
|
||||||
@@ -2475,6 +2477,7 @@ XOffset
|
|||||||
xpath
|
xpath
|
||||||
XResource
|
XResource
|
||||||
xsd
|
xsd
|
||||||
|
xsi
|
||||||
XSmall
|
XSmall
|
||||||
XStr
|
XStr
|
||||||
XToolset
|
XToolset
|
||||||
|
|||||||
@@ -52,10 +52,10 @@ namespace Espresso.Shell.Core
|
|||||||
halfHourMenuItem.Text = "30 minutes";
|
halfHourMenuItem.Text = "30 minutes";
|
||||||
|
|
||||||
var oneHourMenuItem = new ToolStripMenuItem();
|
var oneHourMenuItem = new ToolStripMenuItem();
|
||||||
halfHourMenuItem.Text = "1 hour";
|
oneHourMenuItem.Text = "1 hour";
|
||||||
|
|
||||||
var twoHoursMenuItem = new ToolStripMenuItem();
|
var twoHoursMenuItem = new ToolStripMenuItem();
|
||||||
halfHourMenuItem.Text = "2 hours";
|
twoHoursMenuItem.Text = "2 hours";
|
||||||
|
|
||||||
timedMenuItem.DropDownItems.Add(halfHourMenuItem);
|
timedMenuItem.DropDownItems.Add(halfHourMenuItem);
|
||||||
timedMenuItem.DropDownItems.Add(oneHourMenuItem);
|
timedMenuItem.DropDownItems.Add(oneHourMenuItem);
|
||||||
|
|||||||
Reference in New Issue
Block a user