From 4fec739d379d5bcb77766aa85411363e17b9e009 Mon Sep 17 00:00:00 2001 From: wanchopeblanco Date: Sun, 19 Oct 2014 12:32:44 -0500 Subject: [PATCH] Added Factura de Venta To comply to Colombias law invoice should translate to "Factura de Venta" --- app/lang/es/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index aa127ef11e..14f23ae80f 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -27,7 +27,7 @@ return array( 'private_notes' => 'Notas Privadas', // invoice - 'invoice' => 'Factura', + 'invoice' => 'Factura de venta', 'client' => 'Cliente', 'invoice_date' => 'Fecha de factura', 'due_date' => 'Fecha de pago',