Skip to content

Commit e94929a

Browse files
Merge pull request #1711 from VictoriousRaptor/UpdateWording
Update wording for consistency
2 parents 4f8f4d4 + 599bdc4 commit e94929a

File tree

1 file changed

+5
-5
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer/Languages

1 file changed

+5
-5
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<!-- Context menu items -->
6868
<system:String x:Key="plugin_explorer_copypath">Copy path</system:String>
69-
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current result to clipboard</system:String>
69+
<system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String>
7070
<system:String x:Key="plugin_explorer_copyfilefolder">Copy</system:String>
7171
<system:String x:Key="plugin_explorer_copyfile_subtitle">Copy current file to clipboard</system:String>
7272
<system:String x:Key="plugin_explorer_copyfolder_subtitle">Copy current folder to clipboard</system:String>
@@ -78,7 +78,7 @@
7878
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
7979
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
8080
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
81-
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains the item</system:String>
81+
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains current item</system:String>
8282
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
8383
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
8484
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>
@@ -89,15 +89,15 @@
8989
<system:String x:Key="plugin_explorer_openindexingoptions_subtitle">Manage indexed files and folders</system:String>
9090
<system:String x:Key="plugin_explorer_openindexingoptions_errormsg">Failed to open Windows Indexing Options</system:String>
9191
<system:String x:Key="plugin_explorer_add_to_quickaccess_title">Add to Quick Access</system:String>
92-
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current result to Quick Access</system:String>
92+
<system:String x:Key="plugin_explorer_add_to_quickaccess_subtitle">Add current item to Quick Access</system:String>
9393
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
9494
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
9595
<system:String x:Key="plugin_explorer_removefilefoldersuccess">Successfully Removed</system:String>
9696
<system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Successfully removed from Quick Access</system:String>
9797
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
9898
<system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Remove from Quick Access</system:String>
9999
<system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Remove from Quick Access</system:String>
100-
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current result from Quick Access</system:String>
100+
<system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String>
101101
<system:String x:Key="plugin_explorer_show_contextmenu_title">Show Windows Context Menu</system:String>
102102

103103
<!-- Everything -->
@@ -130,6 +130,6 @@
130130
<system:String x:Key="flowlauncher_plugin_everything_run_service">Click here to start it</system:String>
131131
<system:String x:Key="flowlauncher_plugin_everything_installing_select">Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you</system:String>
132132
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Do you want to enable content search for Everything?</system:String>
133-
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">"It can be very slow without index (which is only supported in Everything v1.5+)"</system:String>
133+
<system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String>
134134

135135
</ResourceDictionary>

0 commit comments

Comments
 (0)