Small oops

This commit is contained in:
Infi
2024-12-14 14:59:42 +01:00
parent 97a8b96326
commit 92d4a75ec4
18 changed files with 53 additions and 35 deletions
+20 -2
View File
@@ -1914,7 +1914,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Allow moving window.
/// Looks up a localized string similar to Allow moving chat.
/// </summary>
internal static string Options_CanMove_Name {
get {
@@ -1923,7 +1923,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Allow resizing window.
/// Looks up a localized string similar to Allow resizing chat.
/// </summary>
internal static string Options_CanResize_Name {
get {
@@ -3569,6 +3569,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Allow moving window.
/// </summary>
internal static string Popout_CanMove_Name {
get {
return ResourceManager.GetString("Popout_CanMove_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Allow resizing window.
/// </summary>
internal static string Popout_CanResize_Name {
get {
return ResourceManager.GetString("Popout_CanResize_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discard.
/// </summary>