[PTRun]Remove full stops in plugin descriptions (#32613)

This commit is contained in:
HydroH
2024-05-31 16:44:21 +08:00
committed by GitHub
parent 29ce15bb8a
commit 4c9e18116c
38 changed files with 44 additions and 44 deletions

View File

@@ -88,7 +88,7 @@ namespace Community.PowerToys.Run.Plugin.UnitConverter.Properties {
}
/// <summary>
/// Looks up a localized string similar to Provides unit conversion (e.g. 10 ft in m)..
/// Looks up a localized string similar to Provides unit conversion (e.g. 10 ft in m).
/// </summary>
public static string plugin_description {
get {

View File

@@ -127,7 +127,7 @@
<value>Copy {0} to clipboard</value>
</data>
<data name="plugin_description" xml:space="preserve">
<value>Provides unit conversion (e.g. 10 ft in m).</value>
<value>Provides unit conversion (e.g. 10 ft in m)</value>
</data>
<data name="plugin_name" xml:space="preserve">
<value>Unit Converter</value>