Add a convenience link to the Asset Manager on the Import Product node.

This commit is contained in:
Colin Kuskie 2008-06-09 22:24:27 +00:00
parent d32fa80155
commit 1be93c9bdd
2 changed files with 10 additions and 3 deletions

View file

@ -915,6 +915,12 @@ our $I18N = {
context => q|Message telling the user the their products have been imported successfully.|
},
'view products' => {
message => q|View all imported products|,
lastUpdated => 1213047491,
context => q|Label for a shortcut to the import products folder|
},
};
1;