From 91472e08badf32fad6ba718cf9bdb23a04eb5552 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Thu, 14 Aug 2008 09:14:18 +0000 Subject: [PATCH] MDL-14591 - adding missing portfolio error string --- lang/en_utf8/portfolio.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/portfolio.php b/lang/en_utf8/portfolio.php index 23c808ef8f..d9341351a1 100644 --- a/lang/en_utf8/portfolio.php +++ b/lang/en_utf8/portfolio.php @@ -44,6 +44,7 @@ $string['nocommonformats'] = 'No common formats between any available portfolio $string['nopermissions'] = 'Sorry but you do not have the required permissions to export files from this area'; $string['nonprimative'] = 'A non primative value was passed as a callback argument to portfolio_add_button. Refusing to continue. The key was $a->key and the value was $a->value'; $string['notexportable'] = 'Sorry, but the type of content you are trying to export is not exportable'; +$string['notimplemented'] = 'Sorry, but you are trying to export content in some format that is not yet implemented ($a)'; $string['nouploaddirectory'] = 'Could not create a temporary directory to package your data into'; $string['portfolio'] = 'Portfolio'; $string['portfolios'] = 'Portfolios'; -- 2.39.5