mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[PTRun]Remove full stops in plugin descriptions (#32613)
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Microsoft.PowerToys.Run.Plugin.PowerToys.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Opens PowerToys utilities and settings..
|
||||
/// Looks up a localized string similar to Opens PowerToys utilities and settings.
|
||||
/// </summary>
|
||||
internal static string Plugin_Description {
|
||||
get {
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||||
</data>
|
||||
<data name="Plugin_Description" xml:space="preserve">
|
||||
<value>Opens PowerToys utilities and settings.</value>
|
||||
<value>Opens PowerToys utilities and settings</value>
|
||||
</data>
|
||||
<data name="Plugin_Name" xml:space="preserve">
|
||||
<value>PowerToys</value>
|
||||
|
||||
Reference in New Issue
Block a user