Skip to content
Snippets Groups Projects
Commit 2b4ebdca authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1827 from ebell451/develop


Fixed typos in scp/helptopics.php

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 9d6069fe 3eb553c1
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment