From 30557c87c7f23d5807b0788a6d9d89b70c8387f8 Mon Sep 17 00:00:00 2001 From: ravvle Date: Mon, 3 Jun 2019 15:44:08 +1000 Subject: [PATCH] More english fixes --- bl-kernel/admin/views/edit-user.php | 2 +- bl-languages/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-kernel/admin/views/edit-user.php b/bl-kernel/admin/views/edit-user.php index 9226917d..183439ac 100644 --- a/bl-kernel/admin/views/edit-user.php +++ b/bl-kernel/admin/views/edit-user.php @@ -56,7 +56,7 @@ 'options'=>array('author'=>$L->g('Author'), 'editor'=>$L->g('Editor'), 'admin'=>$L->g('Administrator')), 'selected'=>$user->role(), 'class'=>'', - 'tip'=>'Author: Can write and edit his own content. Editor: Can write and edit the content of others.' + 'tip'=>'Author: Can write and edit their own content. Editor: Can write and edit the content of others.' )); } diff --git a/bl-languages/en.json b/bl-languages/en.json index df0c3d0f..98c99f55 100644 --- a/bl-languages/en.json +++ b/bl-languages/en.json @@ -55,7 +55,7 @@ "manage-categories": "Manage categories", "general-settings": "General settings", "advanced-settings": "Advanced settings", - "thanks-for-support-bludit": "Thanks for support Bludit", + "thanks-for-support-bludit": "Thanks for supporting Bludit", "upgrade-to-bludit-pro": "Upgrade to Bludit PRO", "language": "Language", "plugin": "Plugin", @@ -89,7 +89,7 @@ "plugin-activated": "Plugin activated", "plugin-deactivated": "Plugin deactivated", "new-theme-configured": "New theme configured", - "changes-on-settings": "Settings have been changed", + "changes-on-settings": "Settings changes", "plugin-configured": "Plugin configured", "welcome-to-bludit": "Welcome to Bludit", "statistics": "Statistics",