diff --git a/i18n/knowledgeTree.pot b/i18n/knowledgeTree.pot index e5ffb5f..548c331 100644 --- a/i18n/knowledgeTree.pot +++ b/i18n/knowledgeTree.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-30 17:12+0200\n" +"POT-Creation-Date: 2008-06-30 18:27+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3569,6 +3569,10 @@ msgstr "" msgid "Download" msgstr "" +#: plugins/ktcore/KTBulkActions.php:568 +msgid "Download All" +msgstr "" + #: lib/browse/BrowseColumns.inc.php:429 plugins/ktcore/KTColumns.inc.php:499 msgid "Download Document" msgstr "" @@ -4201,10 +4205,6 @@ msgstr "" msgid "Expected an array!" msgstr "" -#: plugins/ktcore/KTBulkActions.php:568 -msgid "Export" -msgstr "" - #: i18n/templates.c:5879 i18n/transactions.c:11 msgid "Expunge" msgstr "" diff --git a/plugins/ktcore/KTBulkActions.php b/plugins/ktcore/KTBulkActions.php index afb040c..56625e5 100644 --- a/plugins/ktcore/KTBulkActions.php +++ b/plugins/ktcore/KTBulkActions.php @@ -565,7 +565,7 @@ class KTBrowseBulkExportAction extends KTBulkAction { var $bNotifications = true; function getDisplayName() { - return _kt('Export'); + return _kt('Download All'); } @@ -1067,4 +1067,4 @@ class KTBrowseBulkCheckoutAction extends KTBulkAction { } } -?> \ No newline at end of file +?>