From 9d90f2eed11037d712ceb88b48185c5c5e270656 Mon Sep 17 00:00:00 2001 From: stefansjfw <57057282+stefansjfw@users.noreply.github.com> Date: Tue, 24 Nov 2020 22:03:43 +0100 Subject: [PATCH] Mark string with DO NOT LOCALIZE (#8196) --- src/modules/launcher/Wox.Plugin/ToolTipData.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/launcher/Wox.Plugin/ToolTipData.cs b/src/modules/launcher/Wox.Plugin/ToolTipData.cs index c558613686..0f8ac5a84a 100644 --- a/src/modules/launcher/Wox.Plugin/ToolTipData.cs +++ b/src/modules/launcher/Wox.Plugin/ToolTipData.cs @@ -16,6 +16,7 @@ namespace Wox.Plugin { if (string.IsNullOrEmpty(title)) { + // DO NOT LOCALIZE internal exception message throw new ArgumentException("title cannot be null or empty", nameof(title)); }