From 163810bfee1ffb577962844980b40592e893c486 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Thu, 5 Jun 2014 22:31:38 +1000 Subject: [PATCH] Translate string --- modules/system/controllers/updates/_list_toolbar.htm | 2 +- modules/system/lang/en/lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/controllers/updates/_list_toolbar.htm b/modules/system/controllers/updates/_list_toolbar.htm index 8c6f0e96f..8639e2672 100644 --- a/modules/system/controllers/updates/_list_toolbar.htm +++ b/modules/system/controllers/updates/_list_toolbar.htm @@ -9,6 +9,6 @@ - Manage plugins + \ No newline at end of file diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 829e6f2b5..9db1f9284 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -23,7 +23,7 @@ return [ ], ], 'plugins' => [ - 'manage' => 'Manage Plugins', + 'manage' => 'Manage plugins', 'enable_or_disable' => 'Enable or disable', 'enable_or_disable_title' => 'Enable or Disable Plugins', 'remove' => 'Remove',