diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 01:48:19 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 01:48:19 +0000 |
commit | d83d753c7b073618ae95ab474e445e5a525a2fb6 (patch) | |
tree | e2c50d83c0c2b025a058dbef00086ed6e7629a4d | |
parent | ec2a032604c7f05c7e8bd451fef0dcd73f3968d6 (diff) |
"Import" -> "Add" so that the menu option fits on one line.
-rw-r--r-- | modules/local_import/helpers/local_import_menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"))); } } |