From 6ceb328aa4095ebf34d648bdc3034fbadeb2d497 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Fri, 2 Sep 2016 15:02:16 +1000 Subject: [PATCH] Issue #12 - fixed language array causing travis to fail building. --- lang/en/auth_outage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth_outage.php b/lang/en/auth_outage.php index acc57ca..83918af 100644 --- a/lang/en/auth_outage.php +++ b/lang/en/auth_outage.php @@ -27,7 +27,7 @@ $string['auth_outagedescription'] = 'Auxiliary plugin that warns users about a f $string['pluginname'] = 'Outage'; $string['menudefaults'] = 'Default Settings'; -$string['manage'] = 'Manage'; +$string['menumanage'] = 'Manage'; $string['defaultwarningtime'] = 'Default Warning Time'; $string['defaultwarningtimedescription'] = 'Default warning time (in minutes) for outages.';