[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

@@ -169,7 +169,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Calculator.Properties {
}
/// <summary>
/// Looks up a localized string similar to Calculates mathematical equations (e.g. 5*3-2)..
/// Looks up a localized string similar to Calculates mathematical equations (e.g. 5*3-2).
/// </summary>
public static string wox_plugin_calculator_plugin_description {
get {
@@ -187,7 +187,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Calculator.Properties {
}
/// <summary>
/// Looks up a localized string similar to Replace input appending &apos;=&apos;.
/// Looks up a localized string similar to Replace input if query ends with &apos;=&apos;.
/// </summary>
public static string wox_plugin_calculator_replace_input {
get {
@@ -196,7 +196,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Calculator.Properties {
}
/// <summary>
/// Looks up a localized string similar to When using direct activation, appending &apos;=&apos; to the expression will replace the input with the calculated result (e.g. =5*3-2=)..
/// Looks up a localized string similar to When using direct activation, appending &apos;=&apos; to the expression will replace the input with the calculated result (e.g. &apos;=5*3-2=&apos; will change the query to &apos;=13&apos;)..
/// </summary>
public static string wox_plugin_calculator_replace_input_description {
get {

View File

@@ -121,7 +121,7 @@
<value>Calculator</value>
</data>
<data name="wox_plugin_calculator_plugin_description" xml:space="preserve">
<value>Calculates mathematical equations (e.g. 5*3-2).</value>
<value>Calculates mathematical equations (e.g. 5*3-2)</value>
</data>
<data name="wox_plugin_calculator_not_a_number" xml:space="preserve">
<value>Calculation result is not a valid number (NaN)</value>