From 7c91314ff5a310683a1dd5492fc348347afd6e24 Mon Sep 17 00:00:00 2001
From: real_nowhereman
Date: Wed, 5 Mar 2008 09:32:30 +0000
Subject: [PATCH] removed a line from the description of widgets
---
fp-interface/lang/en-us/lang.admin.widgets.php | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
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?'
);