From 6f7d53cc670d59ed04d4a7cc00bd5869d814fdb4 Mon Sep 17 00:00:00 2001 From: Salva-G Date: Wed, 13 Jan 2016 10:35:53 +0100 Subject: [PATCH] Missing comma & bad encoding in en.php --- core/src/plugins/core.notifications/templates/location/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/plugins/core.notifications/templates/location/en.php b/core/src/plugins/core.notifications/templates/location/en.php index fe8fa2cd81..8826ac848e 100644 --- a/core/src/plugins/core.notifications/templates/location/en.php +++ b/core/src/plugins/core.notifications/templates/location/en.php @@ -23,5 +23,5 @@ "workspace.shared" => "Shared Folder AJXP_REPOSITORY_LABEL", "minisite.file" => "Public File AJXP_REPOSITORY_LABEL", "minisite.folder" => "Public Folder AJXP_REPOSITORY_LABEL", - "public_user" => "a public user (connection from '%s')" + "public_user" => "a public user (connection from '%s')", );