Visual Mode label

This commit is contained in:
Serge
2024-03-11 15:04:23 +01:00
parent ca012c8140
commit f7d353a8d0
3 changed files with 5 additions and 5 deletions

View File

@@ -1892,9 +1892,9 @@ namespace GHelper.Properties {
/// <summary>
/// Looks up a localized string similar to Visual Mode.
/// </summary>
internal static string ViualMode {
internal static string VisualMode {
get {
return ResourceManager.GetString("ViualMode", resourceCulture);
return ResourceManager.GetString("VisualMode", resourceCulture);
}
}