From: Jan Schneider Date: Wed, 18 Aug 2010 12:17:45 +0000 (+0200) Subject: Fix variable name and labels. Still doesn't work though. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=23253e2e9de1dbb5e1a0f48673bf01c0a78c49d2;p=horde.git Fix variable name and labels. Still doesn't work though. --- diff --git a/gollem/lib/Application.php b/gollem/lib/Application.php index 0c39a5ed9..7d5629da0 100644 --- a/gollem/lib/Application.php +++ b/gollem/lib/Application.php @@ -148,11 +148,11 @@ class Gollem_Application extends Horde_Registry_Application } return Horde_Core_Prefs_Ui_Widgets::source(array( - 'mainlabel' => _("Choose which address books to display, and in what order:"), - 'selectlabel' => _("These addressbooks will display in this order:"), + 'mainlabel' => _("Choose which backends to display, and in what order:"), + 'selectlabel' => _("These backends will display in this order:"), 'sourcelabel' => _("Select a backend:"), - 'sources' => $foo, - 'unselectlabel' => _("Address books that will not be displayed:") + 'sources' => $sources, + 'unselectlabel' => _("Backends that will not be displayed:") )); }