mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
Mark string with DO NOT LOCALIZE (#8196)
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Wox.Plugin
|
|||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(title))
|
if (string.IsNullOrEmpty(title))
|
||||||
{
|
{
|
||||||
|
// DO NOT LOCALIZE internal exception message
|
||||||
throw new ArgumentException("title cannot be null or empty", nameof(title));
|
throw new ArgumentException("title cannot be null or empty", nameof(title));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user