mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-20 16:03:17 +08:00
[PTRun]Fixed typo in Value Generator messages (#36951)
This commit is contained in:
parent
b6e2fc1995
commit
ddcad65796
@ -146,7 +146,7 @@ namespace Community.PowerToys.Run.Plugin.ValueGenerator
|
||||
// This is only for single chars
|
||||
if (content.Length > 1)
|
||||
{
|
||||
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (To many characters.)");
|
||||
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (Too many characters.)");
|
||||
}
|
||||
else if (content.Length == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user