mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
* Added custom tooltip style (with theming support) that represents the UWP tooltip style. * Removed unnecessary space in text * Fixed run as admin casing * Fixed casing for Indexer plugin
12 lines
897 B
XML
12 lines
897 B
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>
|
|
|
|
</ResourceDictionary> |