From e22748f616a4e6f6f6c877f6821ecd106f797ab4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 4 Jun 2015 15:10:02 +0000 Subject: [PATCH] Conver this file to UTF without BOM --- core/notifications/app_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/notifications/app_languages.php b/core/notifications/app_languages.php index 0eed7ec5f6..f16ae16827 100644 --- a/core/notifications/app_languages.php +++ b/core/notifications/app_languages.php @@ -2,7 +2,7 @@ $text['title-notifications']['en-us'] = "Notifications"; $text['title-notifications']['es-cl'] = "Notificaciones"; -$text['title-notifications']['pt-pt'] = "Notificações"; +$text['title-notifications']['pt-pt'] = "Notificaes"; $text['title-notifications']['fr-fr'] = "Notifications"; $text['title-notifications']['pt-br'] = "Notificações"; $text['title-notifications']['pl'] = "Powiadomienia";