Merge pull request #3891 from grandoc/develop

[Qual] Fix : TODO:translate
This commit is contained in:
Juanjo Menent 2015-11-05 13:05:52 +01:00
commit a9aca80f8d
2 changed files with 2 additions and 2 deletions

View File

@ -1424,6 +1424,7 @@ SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
ProductCodeChecker= Module for product code generation and checking (product or service) ProductCodeChecker= Module for product code generation and checking (product or service)
ProductOtherConf= Product / Service configuration ProductOtherConf= Product / Service configuration
IsNotADir=is not a directory!
##### Syslog ##### ##### Syslog #####
SyslogSetup=Logs module setup SyslogSetup=Logs module setup
SyslogOutput=Logs outputs SyslogOutput=Logs outputs

View File

@ -518,8 +518,7 @@ if (! empty($conf->global->PRODUCT_CANVAS_ABILITY))
} }
else else
{ {
//TODO: Translate setEventMessages($dir.' '.$langs->trans("IsNotADir"), null, 'errors');
print "<tr><td><b>ERROR</b>: $dir is not a directory !</td></tr>\n";
} }
} }