[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

@@ -61,7 +61,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to Find and run executable file.
/// Looks up a localized string similar to Find and run the executable file.
/// </summary>
public static string find_executable_file_and_run_it {
get {
@@ -178,7 +178,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to Executes commands (e.g &apos;ping&apos;, &apos;cmd&apos;)..
/// Looks up a localized string similar to Executes commands (e.g. &apos;ping&apos;, &apos;cmd&apos;)..
/// </summary>
public static string wox_plugin_cmd_plugin_description {
get {
@@ -223,7 +223,7 @@ namespace Microsoft.Plugin.Shell.Properties {
}
/// <summary>
/// Looks up a localized string similar to All entries that using the Windows Terminal forcing the Windows Terminal as console host regardless of the system setting.
/// Looks up a localized string similar to All entries using the Windows Terminal force the Windows Terminal as the console host regardless of the system settings.
/// </summary>
public static string wox_shell_command_execution_description {
get {

View File

@@ -121,7 +121,7 @@
<value>Shell</value>
</data>
<data name="wox_plugin_cmd_plugin_description" xml:space="preserve">
<value>Executes commands (e.g 'ping', 'cmd').</value>
<value>Executes commands (e.g. 'ping', 'cmd').</value>
</data>
<data name="wox_plugin_cmd_cmd_has_been_executed_times" xml:space="preserve">
<value>this command has been executed {0} times</value>