Added no subject handler (#451)
* Added no subject handler changed text trimming for address to CharacterEllipsis * Make email subject selectable.
This commit is contained in:
@@ -611,6 +611,6 @@
|
||||
"TitleBarServerDisconnectedButton_Title": "no connection",
|
||||
"TitleBarServerDisconnectedButton_Description": "Wino is disconnected from the network. Click reconnect to restore connection.",
|
||||
"TitleBarServerReconnectButton_Title": "reconnect",
|
||||
"TitleBarServerReconnectingButton_Title": "connecting"
|
||||
|
||||
"TitleBarServerReconnectingButton_Title": "connecting",
|
||||
"MailItemNoSubject": "No subject"
|
||||
}
|
||||
|
||||
5
Wino.Core.Domain/Translator.Designer.cs
generated
5
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -3082,5 +3082,10 @@ namespace Wino.Core.Domain
|
||||
/// connecting
|
||||
/// </summary>
|
||||
public static string TitleBarServerReconnectingButton_Title => Resources.GetTranslatedString(@"TitleBarServerReconnectingButton_Title");
|
||||
|
||||
/// <summary>
|
||||
/// No subject
|
||||
/// </summary>
|
||||
public static string MailItemNoSubject => Resources.GetTranslatedString(@"MailItemNoSubject");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user