mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-28 07:39:49 +08:00
Mark string with DO NOT LOCALIZE (#8196)
This commit is contained in:
parent
65f8966247
commit
9d90f2eed1
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user