Skip to content

Commit 658aa29

Browse files
committed
Chore: Adjust tooltip
1 parent ea9b8cb commit 658aa29

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

Source/NETworkManager.Localization/Resources/Strings.Designer.cs

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/NETworkManager.Localization/Resources/Strings.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4004,4 +4004,10 @@ You can copy your profile files from “{0}” to “{1}” to migrate your exis
40044004
<data name="NetworkStatus" xml:space="preserve">
40054005
<value>Network Status</value>
40064006
</data>
4007+
<data name="ToolTip_Show" xml:space="preserve">
4008+
<value>Show</value>
4009+
</data>
4010+
<data name="ToolTip_Reload" xml:space="preserve">
4011+
<value>Reload</value>
4012+
</data>
40074013
</root>

Source/NETworkManager/StatusWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<mah:MetroWindow.RightWindowCommands>
6363
<mah:WindowCommands ShowSeparators="False">
6464
<Button Command="{Binding Path=ReloadCommand}"
65-
ToolTip="{x:Static Member=localization:Strings.ToolTip_RunCommandWithHotKey}"
65+
ToolTip="{x:Static Member=localization:Strings.ToolTip_Reload}"
6666
Cursor="Hand"
6767
Focusable="False"
6868
Margin="0,0,5,0">
@@ -76,7 +76,7 @@
7676
</StackPanel>
7777
</Button>
7878
<Button Command="{Binding Path=ShowMainWindowCommand}"
79-
ToolTip="{x:Static Member=localization:Strings.ToolTip_RunCommandWithHotKey}"
79+
ToolTip="{x:Static Member=localization:Strings.ToolTip_Show}"
8080
Cursor="Hand"
8181
Focusable="False"
8282
Margin="0,0,5,0">

0 commit comments

Comments
 (0)