From 449657474b3c0d997877d229979dacf496f6a74c Mon Sep 17 00:00:00 2001 From: Nikos Papagiannopoulos Date: Thu, 18 Feb 2021 06:45:33 +0100 Subject: [PATCH] Remove unnecessary stops from english translation keys --- lang/en/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index 563486b..4f387aa 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -7,8 +7,8 @@ // menu entry for admin plugins $lang['wiyh_heading'] = 'State'; -$lang['wiyh_open'] = 'is open.'; -$lang['wiyh_closed'] = 'is closed.'; +$lang['wiyh_open'] = 'is open'; +$lang['wiyh_closed'] = 'is closed'; $lang['wiyh_stats'] = 'Stats'; $lang['wiyh_no_api_path'] = 'No API path was given.'; $lang['wiyh_fetch_error'] = 'Could not fetch API path.';