mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
[PTRun]Remove full stops in plugin descriptions (#32613)
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Microsoft.PowerToys.Run.Plugin.WindowsTerminal.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Opens Windows Terminal profiles..
|
||||
/// Looks up a localized string similar to Opens Windows Terminal profiles.
|
||||
/// </summary>
|
||||
internal static string plugin_description {
|
||||
get {
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<comment>Quake is a well-known computer game. Don't localize. See https://en.wikipedia.org/wiki/Quake_(video_game)</comment>
|
||||
</data>
|
||||
<data name="plugin_description" xml:space="preserve">
|
||||
<value>Opens Windows Terminal profiles.</value>
|
||||
<value>Opens Windows Terminal profiles</value>
|
||||
</data>
|
||||
<data name="plugin_name" xml:space="preserve">
|
||||
<value>Windows Terminal</value>
|
||||
|
||||
Reference in New Issue
Block a user