Fix typo and minor resource changes

This commit is contained in:
Den Delimarsky 2021-05-09 15:53:43 -07:00
parent 3f5f83ae1c
commit 5cf82d7000
No known key found for this signature in database
GPG key ID: E1BE1355085F0BCF
3 changed files with 20 additions and 6 deletions

View file

@ -54,12 +54,12 @@ namespace Espresso.Shell.Core
var oneHourMenuItem = new ToolStripMenuItem();
halfHourMenuItem.Text = "1 hour";
var twoHousrMenuItem = new ToolStripMenuItem();
var twoHoursMenuItem = new ToolStripMenuItem();
halfHourMenuItem.Text = "2 hours";
timedMenuItem.DropDownItems.Add(halfHourMenuItem);
timedMenuItem.DropDownItems.Add(oneHourMenuItem);
timedMenuItem.DropDownItems.Add(twoHousrMenuItem);
timedMenuItem.DropDownItems.Add(twoHoursMenuItem);
operationContextMenu.DropDownItems.Add(indefiniteMenuItem);
operationContextMenu.DropDownItems.Add(timedMenuItem);

View file

@ -1198,4 +1198,18 @@ From there, simply click on a Markdown file or SVG icon in the File Explorer and
<data name="Espresso_TemporaryKeepAwake_Minutes.Header" xml:space="preserve">
<value>Minutes</value>
</data>
<data name="Espresso_ModuleAttributionLabel.Text" xml:space="preserve">
<value>Den Delimarsky's Espresso</value>
</data>
<data name="Espresso_UXAttributionLabel.Text" xml:space="preserve">
<value>Niels Laute's UX concept</value>
</data>
<data name="Espresso_UXAttributionHyperlink.NavigateUri" xml:space="preserve">
<value>https://medium.com/@Niels9001/a-fluent-color-meter-for-powertoys-20407ededf0c</value>
<comment>URL. Do not loc</comment>
</data>
<data name="Espresso_ModuleAttributionHyperlink.NavigateUri" xml:space="preserve">
<value>https://espresso.den.dev</value>
<comment>URL. Do not loc</comment>
</data>
</root>

View file

@ -167,13 +167,13 @@
Style="{StaticResource SettingsGroupTitleStyle}" />
<HyperlinkButton Margin="0,-3,0,0"
NavigateUri="https://github.com/microsoft/PowerToys/">
<TextBlock Text="Den Delimarsky's Espresso" TextWrapping="Wrap" />
x:Uid="Espresso_ModuleAttributionHyperlink">
<TextBlock x:Uid="Espresso_ModuleAttributionLabel" TextWrapping="Wrap" />
</HyperlinkButton>
<HyperlinkButton Margin="0,-3,0,0"
NavigateUri="https://medium.com/@Niels9001/a-fluent-color-meter-for-powertoys-20407ededf0c">
<TextBlock Text="Niels Laute's UX concept" TextWrapping="Wrap" />
x:Uid="Espresso_UXAttributionHyperlink">
<TextBlock x:Uid="Espresso_UXAttributionLabel" TextWrapping="Wrap" />
</HyperlinkButton>
</StackPanel>