mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[PTRun][UnitConverter]Use "to" instead of "in" for the example(#33268)
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Community.PowerToys.Run.Plugin.UnitConverter.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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 to m).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string plugin_description {
|
public static string plugin_description {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -127,7 +127,7 @@
|
|||||||
<value>Copy {0} to clipboard</value>
|
<value>Copy {0} to clipboard</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="plugin_description" xml:space="preserve">
|
<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 to m)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="plugin_name" xml:space="preserve">
|
<data name="plugin_name" xml:space="preserve">
|
||||||
<value>Unit Converter</value>
|
<value>Unit Converter</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user