mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[PTRun]Remove full stops in plugin descriptions (#32613)
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Community.PowerToys.Run.Plugin.ValueGenerator.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Calculates hashes and generate values..
|
||||
/// Looks up a localized string similar to Calculates hashes and generate values.
|
||||
/// </summary>
|
||||
public static string plugin_description {
|
||||
get {
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
<value>Value Generator Error</value>
|
||||
</data>
|
||||
<data name="plugin_description" xml:space="preserve">
|
||||
<value>Calculates hashes and generate values.</value>
|
||||
<value>Calculates hashes and generate values</value>
|
||||
</data>
|
||||
<data name="plugin_name" xml:space="preserve">
|
||||
<value>Value Generator</value>
|
||||
|
||||
Reference in New Issue
Block a user