diff --git a/fp-interface/lang/en-us/lang.admin.widgets.php b/fp-interface/lang/en-us/lang.admin.widgets.php index 3205102..fc56e85 100644 --- a/fp-interface/lang/en-us/lang.admin.widgets.php +++ b/fp-interface/lang/en-us/lang.admin.widgets.php @@ -11,14 +11,12 @@ 'descr' => 'A '. 'Widget is a visual element of a '. + 'href="http://wiki.flatpress.org/doc:plugins" title="What is a Plugin?">'. 'Plugin that you can put in some special areas '. '(the widgetsets) on your blog pages '. 'called widgetsets
'. 'Drag a widget from the left box and drop '. - 'it to the position you prefer.
'. - 'Some Widgets may ask you for some parameters, '. - 'refer to the widget\'s own guide', + 'it to the position you prefer.
', 'availwdgs' => 'Available Widgets', 'trashcan' => 'Drop here to delete', @@ -76,7 +74,7 @@ /* system errors */ $lang['admin']['widgets']['errors'] = array( - 'generic' => 'The widget called %s is not registered, and it might not work. '. + 'generic' => 'The widget called %s is not registered, and will be skipped. '. 'Is the plugin enabled in the plugin panel?' );