mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[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:
@@ -61,7 +61,7 @@ namespace Microsoft.PowerToys.Run.Plugin.History.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Quick access to previously selected results..
|
||||
/// Looks up a localized string similar to Accesses previously selected results..
|
||||
/// </summary>
|
||||
public static string wox_plugin_history_plugin_description {
|
||||
get {
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
<value>History</value>
|
||||
</data>
|
||||
<data name="wox_plugin_history_plugin_description" xml:space="preserve">
|
||||
<value>Quick access to previously selected results.</value>
|
||||
<value>Accesses previously selected results.</value>
|
||||
</data>
|
||||
<data name="wox_plugin_history_processing_failed" xml:space="preserve">
|
||||
<value>Failed to process the input</value>
|
||||
|
||||
Reference in New Issue
Block a user