From cd3ffcf25f84a40a6ed139f09a494478f4e6a0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Wed, 18 Mar 2015 03:07:13 +0000 Subject: [PATCH] Update kvdrp.php Fixed the Last Month string. Misunderstood the context. --- messages/pt/kvdrp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/pt/kvdrp.php b/messages/pt/kvdrp.php index 3e05013..69b90c1 100644 --- a/messages/pt/kvdrp.php +++ b/messages/pt/kvdrp.php @@ -21,7 +21,7 @@ 'Cancel' => 'Cancelar', 'Custom Range' => 'Definir Período', 'From' => 'Desde', - 'Last Month' => 'Último Mês', + 'Last Month' => 'Mês Passado', 'Last {n} Days' => 'Últimos {n} Dias', 'Select Date Range' => 'Selecionar Período', 'This Month' => 'Este Mês',