mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix typos
This commit is contained in:
@@ -758,7 +758,7 @@ Make a selection:
|
|||||||
case "4":
|
case "4":
|
||||||
Console.Clear();
|
Console.Clear();
|
||||||
ListSystems(true);
|
ListSystems(true);
|
||||||
Console.Write("Please enter the source: ");
|
Console.Write("Please enter the system: ");
|
||||||
InitRemoveSystem(Console.ReadLine());
|
InitRemoveSystem(Console.ReadLine());
|
||||||
Console.Write("\nPress any key to continue...");
|
Console.Write("\nPress any key to continue...");
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
@@ -842,7 +842,7 @@ Make a selection:
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("System with id '" + sysid + "' could not be removed.");
|
Console.WriteLine("System with id '" + sysid + "' could not be removed.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user