Skip to content

Commit 6552498

Browse files
committed
change the 'settings' command's subtitle
1 parent c347714 commit 6552498

File tree

1 file changed

+7
-6
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys/Languages

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3-
xmlns:system="clr-namespace:System;assembly=mscorlib">
1+
<ResourceDictionary
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:system="clr-namespace:System;assembly=mscorlib">
45

5-
<!--Command List-->
6+
<!-- Command List -->
67
<system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
78
<system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
89

@@ -13,7 +14,7 @@
1314
<system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String>
1415
<system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String>
1516
<system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String>
16-
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak this app</system:String>
17+
<system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String>
1718
<system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String>
1819
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
1920
<system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String>
@@ -24,7 +25,7 @@
2425
<system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String>
2526
<system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String>
2627

27-
<!--Dialogs-->
28+
<!-- Dialogs -->
2829
<system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Success</system:String>
2930
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String>
3031
<system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>

0 commit comments

Comments
 (0)