- Add glamour notifications chat type

This commit is contained in:
Infi
2025-08-10 03:01:39 +02:00
parent efddaf30ad
commit 8c4410e75c
7 changed files with 21 additions and 6 deletions
+11 -3
View File
@@ -572,6 +572,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Glamour Notifications.
/// </summary>
internal static string ChatType_Glamour {
get {
return ResourceManager.GetString("ChatType_Glamour", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Free Company (GM).
/// </summary>
@@ -2076,7 +2085,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Don't collapse messages if they link to different things with the same text.
/// Looks up a localized string similar to Don&apos;t collapse messages if they link to different things with the same text..
/// </summary>
internal static string Options_CollapseDuplicateMsgUniqueLink_Description {
get {
@@ -2085,7 +2094,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Keep unique links seperate
/// Looks up a localized string similar to Keep unique links seperate.
/// </summary>
internal static string Options_CollapseDuplicateMsgUniqueLink_Name {
get {
@@ -3885,4 +3894,3 @@ namespace ChatTwo.Resources {
}
}
}