Skip to content

Commit ae206c3

Browse files
committed
update Plugin Store & Plugins Manager texts
1 parent e1f9d60 commit ae206c3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Flow.Launcher/Languages/en.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
134134
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
135135
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
136-
<system:String x:Key="autoRestartAfterChanging">Automatically restart after changing plugins</system:String>
137-
<system:String x:Key="autoRestartAfterChangingToolTip">Automatically restart Flow Launcher after installing/uninstalling/updating plugins</system:String>
136+
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
137+
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
138138
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>
139139
<system:String x:Key="showUnknownSourceWarningToolTip">Show warning when installing plugins from unknown sources</system:String>
140140

@@ -175,7 +175,7 @@
175175
<system:String x:Key="failedToRemovePluginSettingsMessage">Plugins: {0} - Fail to remove plugin settings files, please remove them manually</system:String>
176176
<system:String x:Key="failedToRemovePluginCacheTitle">Fail to remove plugin cache</system:String>
177177
<system:String x:Key="failedToRemovePluginCacheMessage">Plugins: {0} - Fail to remove plugin cache files, please remove them manually</system:String>
178-
<system:String x:Key="pluginModifiedAlreadyTitle">Plugin {0} is modified already</system:String>
178+
<system:String x:Key="pluginModifiedAlreadyTitle">{0} modified already</system:String>
179179
<system:String x:Key="pluginModifiedAlreadyMessage">Please restart Flow before making any further changes</system:String>
180180
<system:String x:Key="failedToInstallPluginTitle">Fail to install {0}</system:String>
181181
<system:String x:Key="failedToUninstallPluginTitle">Fail to uninstall {0}</system:String>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<system:String x:Key="plugin_pluginsmanager_update_success_no_restart">Plugin {0} successfully updated. Please restart Flow.</system:String>
4646
<system:String x:Key="plugin_pluginsmanager_update_all_success_no_restart">{0} plugins successfully updated. Please restart Flow.</system:String>
4747
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error">Plugin {0} has already been modified. Please restart Flow before making any further changes.</system:String>
48-
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error_title">Plugin {0} is modified already</system:String>
48+
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error_title">{0} modified already</system:String>
4949
<system:String x:Key="plugin_pluginsmanager_plugin_modified_error_message">Please restart Flow before making any further changes</system:String>
5050

5151
<system:String x:Key="plugin_pluginsmanager_invalid_zip_title">Invalid zip installer file</system:String>
5252
<system:String x:Key="plugin_pluginsmanager_invalid_zip_subtitle">Please check if there is a plugin.json in {0}</system:String>
5353

5454
<!-- Plugin Infos -->
5555
<system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String>
56-
<system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String>
56+
<system:String x:Key="plugin_pluginsmanager_plugin_description">Install, uninstall or update Flow Launcher plugins via the search window</system:String>
5757
<system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String>
5858

5959
<!-- Context menu items -->
@@ -68,5 +68,5 @@
6868

6969
<!-- Settings menu items -->
7070
<system:String x:Key="plugin_pluginsmanager_plugin_settings_unknown_source">Install from unknown source warning</system:String>
71-
<system:String x:Key="plugin_pluginsmanager_plugin_settings_auto_restart">Automatically restart Flow Launcher after installing/uninstalling/updating plugins</system:String>
71+
<system:String x:Key="plugin_pluginsmanager_plugin_settings_auto_restart">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugins Manager</system:String>
7272
</ResourceDictionary>

Plugins/Flow.Launcher.Plugin.PluginsManager/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"pm"
55
],
66
"Name": "Plugins Manager",
7-
"Description": "Management of installing, uninstalling or updating Flow Launcher plugins",
7+
"Description": "Install, uninstall or update Flow Launcher plugins via the search window",
88
"Author": "Jeremy Wu",
99
"Version": "1.0.0",
1010
"Language": "csharp",

0 commit comments

Comments
 (0)