Hotfix: Change FontIcon to PathIcon/SymbolIcon for Win10 users. (#358)
* Replaced Segoe Icons with Path/Symbol * Add tooltips
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
"Buttons_Yes": "Yes",
|
||||
"Buttons_Reset": "Reset",
|
||||
"Buttons_Send": "Send",
|
||||
"Buttons_Sync": "Synchronize",
|
||||
"Buttons_Multiselect": "Select Multiple",
|
||||
"Center": "Center",
|
||||
"ComingSoon": "Coming soon...",
|
||||
"ComposerFrom": "From: ",
|
||||
|
||||
10
Wino.Core.Domain/Translator.Designer.cs
generated
10
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -293,6 +293,16 @@ namespace Wino.Core.Domain
|
||||
/// </summary>
|
||||
public static string Buttons_Send => Resources.GetTranslatedString(@"Buttons_Send");
|
||||
|
||||
/// <summary>
|
||||
/// Synchronize
|
||||
/// </summary>
|
||||
public static string Buttons_Sync => Resources.GetTranslatedString(@"Buttons_Sync");
|
||||
|
||||
/// <summary>
|
||||
/// Select Multiple
|
||||
/// </summary>
|
||||
public static string Buttons_Multiselect => Resources.GetTranslatedString(@"Buttons_Multiselect");
|
||||
|
||||
/// <summary>
|
||||
/// Center
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user