From 4330338285b5c5c4c12e34b3f6a7cec734e0e1a8 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Thu, 2 Jul 2020 10:09:25 -0700 Subject: [PATCH] adjustment for #3191 (#4674) * adjustment for #3191 * forgot DE Co-authored-by: Clint Rutkas --- .../launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml | 2 +- .../launcher/Plugins/Microsoft.Plugin.Program/Languages/en.xaml | 2 +- .../launcher/Plugins/Microsoft.Plugin.Program/Languages/ja.xaml | 2 +- .../launcher/Plugins/Microsoft.Plugin.Program/Languages/pl.xaml | 2 +- .../launcher/Plugins/Microsoft.Plugin.Program/Languages/tr.xaml | 2 +- .../Plugins/Microsoft.Plugin.Program/Languages/zh-cn.xaml | 2 +- .../Plugins/Microsoft.Plugin.Program/Languages/zh-tw.xaml | 2 +- src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml index f5e936d41f..097b1d65c7 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/de.xaml @@ -35,7 +35,7 @@ Suche Programme mit Wox - Win32-Anwendung + Anwendung Weblink-Anwendung Web-Anwendung Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/en.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/en.xaml index 0beec6253c..df1c646990 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/en.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/en.xaml @@ -46,7 +46,7 @@ Successfully disabled this program from displaying in your query - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/ja.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/ja.xaml index 50941e1b92..183e6c5115 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/ja.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/ja.xaml @@ -36,7 +36,7 @@ Search programs in Wox - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/pl.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/pl.xaml index 37e0ef298d..1619773fab 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/pl.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/pl.xaml @@ -35,7 +35,7 @@ Szukaj i uruchamiaj programy z poziomu Woxa - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/tr.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/tr.xaml index a6ddbd3c08..711210ed8f 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/tr.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/tr.xaml @@ -37,7 +37,7 @@ Geçersiz Konum - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-cn.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-cn.xaml index dd99ae570e..25e77c0c14 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-cn.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-cn.xaml @@ -37,7 +37,7 @@ 无效路径 - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-tw.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-tw.xaml index 60b136f2e7..2b384d0897 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-tw.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Languages/zh-tw.xaml @@ -35,7 +35,7 @@ 在 Wox 中搜尋程式 - Win32 application + Application Internet shortcut application Web application Run command diff --git a/src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs b/src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs index 983325a957..25d6afe2d8 100644 --- a/src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs +++ b/src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs @@ -318,7 +318,7 @@ namespace Wox.Test.Plugins [TestCase("ignoreQueryText")] public void Win32Applications_ShouldNotBeFiltered_WhenFilteringRunCommands(string query) { - // Even if there is an exact match in the name or exe name, win32 applications should never be filtered + // Even if there is an exact match in the name or exe name, applications should never be filtered Assert.IsTrue(command_prompt.QueryEqualsNameForRunCommands(query)); }