From d83d753c7b073618ae95ab474e445e5a525a2fb6 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 26 Feb 2009 01:48:19 +0000 Subject: "Import" -> "Add" so that the menu option fits on one line. --- modules/local_import/helpers/local_import_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/local_import/helpers') diff --git a/modules/local_import/helpers/local_import_menu.php b/modules/local_import/helpers/local_import_menu.php index c32b15ad..b940e01e 100644 --- a/modules/local_import/helpers/local_import_menu.php +++ b/modules/local_import/helpers/local_import_menu.php @@ -36,7 +36,7 @@ class local_import_menu_Core { $options_menu = $menu->get("options_menu") ->append(Menu::factory("dialog") ->id("local_import") - ->label(t("Import from server")) + ->label(t("Add from server")) ->url(url::site("local_import/index/$item->id"))); } } -- cgit v1.2.3