Mark string with DO NOT LOCALIZE (#8196)

This commit is contained in:
stefansjfw 2020-11-24 22:03:43 +01:00 committed by GitHub
parent 65f8966247
commit 9d90f2eed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));
}