You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errors.Add(catalog.GetStringFmt("{0} and {1} both match {2}",GetPrettyLocalizedName(command1),GetPrettyLocalizedName(command2),GetPrettyUniqueInput(uniqueInput)));
540
+
errors.Add(settingsCatalog.GetStringFmt("{0} and {1} both match {2}",GetPrettyLocalizedName(command1),GetPrettyLocalizedName(command2),GetPrettyUniqueInput(uniqueInput)));
540
541
}
541
542
}
542
543
@@ -545,7 +546,7 @@ public string CheckForErrors()
0 commit comments