1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-05 17:53:14 +00:00

Display notools disconnect message.

This commit is contained in:
Ylian Saint-Hilaire
2021-06-04 12:48:36 -07:00
parent 13e8ede655
commit 6eaadcc24c
3 changed files with 19 additions and 0 deletions

View File

@@ -527,6 +527,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to No tools allowed.
/// </summary>
internal static string NoToolsAllowed {
get {
return ResourceManager.GetString("NoToolsAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Offline.
/// </summary>