From 3eb553c15263cf7999003009ca53441bbdd789a6 Mon Sep 17 00:00:00 2001 From: Ethan Bell <ebell451@gmail.com> Date: Thu, 12 Mar 2015 15:13:36 -0500 Subject: [PATCH] Fixed typos in scp/helptopics.php --- scp/helptopics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scp/helptopics.php b/scp/helptopics.php index 44af9f9c9..1ae056892 100644 --- a/scp/helptopics.php +++ b/scp/helptopics.php @@ -79,7 +79,7 @@ if($_POST){ .' AND topic_id <> '.db_input($cfg->getDefaultTopicId()); if(db_query($sql) && ($num=db_affected_rows())) { if($num==$count) - $msg = sprintf(__('Successfully diabled %s'), + $msg = sprintf(__('Successfully disabled %s'), _N('selected help topic', 'selected help topics', $count)); else $warn = sprintf(__('%1$d of %2$d %3$s disabled'), $num, $count, @@ -98,7 +98,7 @@ if($_POST){ if($i && $i==$count) $msg = sprintf(__('Successfully deleted %s'), - _N('selected help topic', 'selected elp topics', $count)); + _N('selected help topic', 'selected help topics', $count)); elseif($i>0) $warn = sprintf(__('%1$d of %2$d %3$s deleted'), $i, $count, _N('selected help topic', 'selected help topics', $count)); -- GitLab