Skip to content
Snippets Groups Projects
Commit 3eb553c1 authored by Ethan Bell's avatar Ethan Bell
Browse files

Fixed typos in scp/helptopics.php

parent e3e77013
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