Added SearchPivotName trnslation resource
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
"SynchronizationFolderReport_Failed": "synchronization is failed",
|
||||
"SearchBarPlaceholder": "Search",
|
||||
"SearchingIn": "Searching in",
|
||||
"SearchPivotName": "Results",
|
||||
"SettingsAboutGithub_Description": "Go to issue tracker GitHub repository.",
|
||||
"SettingsAboutGithub_Title": "GitHub",
|
||||
"SettingsAccountManagementAppendMessage_Title": "Append messages to Sent folder",
|
||||
|
||||
5
Wino.Core.Domain/Translator.Designer.cs
generated
5
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -1638,6 +1638,11 @@ namespace Wino.Core.Domain
|
||||
/// </summary>
|
||||
public static string SearchingIn => Resources.GetTranslatedString(@"SearchingIn");
|
||||
|
||||
/// <summary>
|
||||
/// Results
|
||||
/// </summary>
|
||||
public static string SearchPivotName => Resources.GetTranslatedString(@"SearchPivotName");
|
||||
|
||||
/// <summary>
|
||||
/// Go to issue tracker GitHub repository.
|
||||
/// </summary>
|
||||
|
||||
@@ -491,7 +491,7 @@ namespace Wino.Mail.ViewModels
|
||||
|
||||
if (ActiveFolder == null) return;
|
||||
|
||||
PivotFolders.Add(new FolderPivotViewModel("Results", isFocused));
|
||||
PivotFolders.Add(new FolderPivotViewModel(Translator.SearchPivotName, isFocused));
|
||||
|
||||
// This will trigger refresh.
|
||||
SelectedFolderPivot = PivotFolders.FirstOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user