From 3d33b61dae06b1882c2ed9f23f5c232e5fe67f81 Mon Sep 17 00:00:00 2001 From: edioilha Date: Sat, 21 Feb 2015 02:24:45 -0200 Subject: [PATCH] Typo There was a typo. --- src/application/language/portuguese/translations_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/language/portuguese/translations_lang.php b/src/application/language/portuguese/translations_lang.php index 126d7860..bfbee9e1 100644 --- a/src/application/language/portuguese/translations_lang.php +++ b/src/application/language/portuguese/translations_lang.php @@ -26,7 +26,7 @@ $lang['confirm'] = 'Comfirmar'; $lang['update'] = 'Update'; $lang['cancel_appointment_hint'] = 'Pressione o botão "cancelar" para remover o compromisso da agenda (da empresa).'; $lang['cancel'] = 'Cancelar'; -$lang['appointment_registered'] = 'O seu evento foi registado com sucesso!'; +$lang['appointment_registered'] = 'O seu evento foi registrado com sucesso!'; $lang['cancel_appointment_title'] = 'Cancelar Evento'; $lang['appointment_cancelled'] = 'O seu evento foi cancelado com sucesso!'; $lang['appointment_cancelled_title'] = 'Evento cancelado';