diff --git a/plugins/dynamix.plugin.manager/include/PluginHelpers.php b/plugins/dynamix.plugin.manager/include/PluginHelpers.php index 6eab54295..289e620f3 100644 --- a/plugins/dynamix.plugin.manager/include/PluginHelpers.php +++ b/plugins/dynamix.plugin.manager/include/PluginHelpers.php @@ -54,8 +54,8 @@ function icon($name) { if (file_exists($icon)) return $icon; $icon = "plugins/$name/$image.png"; if (file_exists($icon)) return $icon; -// last resort - plugin manager icon - return "plugins/dynamix.plugin.manager/images/dynamix.plugin.manager.png"; +// last resort - default plugin icon + return "webGui/images/plg.png"; } function mk_options($select,$value) { return ""; diff --git a/plugins/dynamix/AFP.page b/plugins/dynamix/AFP.page index 36c9ee26d..4d7295fa0 100644 --- a/plugins/dynamix/AFP.page +++ b/plugins/dynamix/AFP.page @@ -15,7 +15,7 @@ Tag="apple" * all copies or substantial portions of the Software. */ ?> -
Please note that AFP is decrecated and users are encouraged to use SMB instead
+
Please note that AFP is deprecated, please use SMB instead.
Enable AFP: @@ -73,4 +73,4 @@ Connected users: > defaults write com.apple.desktopservices DSDontWriteNetworkStores true > > It may be necessary to log out and back in, or even to restart the computer for the change to take effect -> (this is what the article states). \ No newline at end of file +> (this is what the article states).