From 23253e2e9de1dbb5e1a0f48673bf01c0a78c49d2 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 18 Aug 2010 14:17:45 +0200 Subject: [PATCH] Fix variable name and labels. Still doesn't work though. --- gollem/lib/Application.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:") )); } -- 2.11.0