mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
* minor text refinement * removed the word Detected * Revert "Merge branch 'tweakUIText_DriveDetectionWarning' of https://github.com/alekhyareddy28/PowerToys into tweakUIText_DriveDetectionWarning" This reverts commitb193905d00, reversing changes made to0d0db138f8. * Revert "Revert "Merge branch 'tweakUIText_DriveDetectionWarning' of https://github.com/alekhyareddy28/PowerToys into tweakUIText_DriveDetectionWarning"" This reverts commitb653814eec. Co-authored-by: Clint Rutkas <clint@rutkas.com>
14 lines
1.1 KiB
XML
14 lines
1.1 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
<system:String x:Key="Microsoft_plugin_indexer_copy_path">Copy path (Ctrl+C)</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_open_containing_folder">Open containing folder (Ctrl+Shift+E)</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_run_as_administrator">Run as administrator (Ctrl+Shift+Enter)</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_open_in_console">Open path in console (Ctrl+Shift+C)</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_name">Name</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_path">Path</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_drivedetectionwarning">Warning: Not all drives are indexed.</system:String>
|
|
<system:String x:Key="Microsoft_plugin_indexer_disable_warning_in_settings">Click to go to Windows Search settings to fix.</system:String>
|
|
|
|
</ResourceDictionary> |