From 02db7cd00a7c0738f62c29570b00f3654451da63 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 7 Mar 2015 13:22:48 +1100 Subject: [PATCH] Minor tweak to #980 --- modules/system/controllers/updates/index.htm | 2 +- modules/system/lang/en/lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/controllers/updates/index.htm b/modules/system/controllers/updates/index.htm index 61b4abc19..9dbef5b27 100644 --- a/modules/system/controllers/updates/index.htm +++ b/modules/system/controllers/updates/index.htm @@ -28,7 +28,7 @@

- + :

diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index ae80db5df..d0ee0a7bb 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -177,7 +177,7 @@ return [ 'core_downloading' => 'Downloading application files', 'core_extracting' => 'Unpacking application files', 'plugins' => 'Plugins', - 'disabled' => 'Disabled:', + 'disabled' => 'Disabled', 'plugin_downloading' => 'Downloading plugin: :name', 'plugin_extracting' => 'Unpacking plugin: :name', 'plugin_version_none' => 'New plugin',