From 6efec9d280356e98f4f9102f6a528135b10e0150 Mon Sep 17 00:00:00 2001 From: Alekhya Date: Wed, 22 Jul 2020 13:10:53 -0700 Subject: [PATCH] Minor text refinement in drive detection (#5132) * minor text refinement * removed the word Detected * Revert "Merge branch 'tweakUIText_DriveDetectionWarning' of https://github.com/alekhyareddy28/PowerToys into tweakUIText_DriveDetectionWarning" This reverts commit b193905d00dffc1c7ff5bdaaded461862c873128, reversing changes made to 0d0db138f8d5e2551945312c08ed039d43d92784. * Revert "Revert "Merge branch 'tweakUIText_DriveDetectionWarning' of https://github.com/alekhyareddy28/PowerToys into tweakUIText_DriveDetectionWarning"" This reverts commit b653814eeca45141a9d73a91d62573f00e8b7519. Co-authored-by: Clint Rutkas --- .../Plugins/Microsoft.Plugin.Indexer/Languages/de.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/en.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/ja.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/pl.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/tr.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/zh-cn.xaml | 4 ++-- .../Plugins/Microsoft.Plugin.Indexer/Languages/zh-tw.xaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/de.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/de.xaml index c2e9062383..142fedd80e 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/de.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/de.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/en.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/en.xaml index 6a70c0e45e..7423473a9b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/en.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/en.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/ja.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/ja.xaml index 396d11cc80..7249351852 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/ja.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/ja.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/pl.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/pl.xaml index 6a70c0e45e..7423473a9b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/pl.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/pl.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/tr.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/tr.xaml index 6a70c0e45e..61e99d5347 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/tr.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/tr.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + GClick to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-cn.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-cn.xaml index 6a70c0e45e..7423473a9b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-cn.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-cn.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-tw.xaml b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-tw.xaml index 6a70c0e45e..7423473a9b 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-tw.xaml +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Languages/zh-tw.xaml @@ -8,7 +8,7 @@ Open path in console (Ctrl+Shift+C) Name Path - Warning: Detected that not all drives are indexed. - Go to Windows Search settings to fix. + Warning: Not all drives are indexed. + Click to go to Windows Search settings to fix. \ No newline at end of file