[Bps-public-commit] rt-extension-assets branch, download-tsv-label, created. 1.01_1-9-gf935f7e
Alex Vandiver
alexmv at bestpractical.com
Wed Oct 15 14:09:29 EDT 2014
The branch, download-tsv-label has been created
at f935f7ec874455f74cee2ce0d90958035d76b402 (commit)
- Log -----------------------------------------------------------------
commit f935f7ec874455f74cee2ce0d90958035d76b402
Author: Wallace Reis <wreis at bestpractical.com>
Date: Wed Oct 15 12:38:12 2014 -0300
Rename label for the link of TSV download
On asset search results, we see 'Download CSV' as an option, when the
file is actually a TSV. Renamed it to 'Download Spreadsheet' to be
consistent with core.
diff --git a/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged b/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
index 4cbbc8a..cc0c912 100644
--- a/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
+++ b/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
@@ -171,7 +171,7 @@ elsif ($Path =~ m{^/Asset/Search/}) {
);
}
$page->child('csv',
- title => loc('Download CSV'),
+ title => loc('Download Spreadsheet'),
path => '/Asset/Search/Results.tsv?' . $query_string->(%search),
);
}
diff --git a/po/assets.pot b/po/assets.pot
index 6a73d6e..bb1be38 100644
--- a/po/assets.pot
+++ b/po/assets.pot
@@ -285,7 +285,7 @@ msgid "Display"
msgstr ""
#: html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged:174
-msgid "Download CSV"
+msgid "Download Spreadsheet"
msgstr ""
#: html/Asset/Search/Bulk.html:128
diff --git a/po/fr.po b/po/fr.po
index 0b206e7..8f0b439 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -293,7 +293,7 @@ msgid "Display"
msgstr "Afficher"
#: html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged:174
-msgid "Download CSV"
+msgid "Download Spreadsheet"
msgstr ""
#: html/Asset/Search/Bulk.html:128
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list