[PTRun]Unify grammar in plugin descriptions (#31263)

* first pass

* adjusting the calc language to match other plugins

* including designer file now too

* Fixing E.G to E.G.
This commit is contained in:
Clint Rutkas
2024-02-05 08:41:35 -08:00
committed by GitHub
parent ebc7860e5b
commit cf23574c6b
17 changed files with 22 additions and 21 deletions

View File

@@ -169,7 +169,7 @@ namespace Microsoft.PowerToys.Run.Plugin.Calculator.Properties {
}
/// <summary>
/// Looks up a localized string similar to Does mathematical calculations (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 {

View File

@@ -121,7 +121,7 @@
<value>Calculator</value>
</data>
<data name="wox_plugin_calculator_plugin_description" xml:space="preserve">
<value>Does mathematical calculations (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>