Skip to content

Commit

Permalink
changed language
Browse files Browse the repository at this point in the history
  • Loading branch information
narinder-izap committed Jan 15, 2001
1 parent a2ca6c2 commit 95ab4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions actions/logged_in/save.php
Expand Up @@ -15,7 +15,6 @@
global $CONFIG;
$error = FALSE;


// check if from is validated
if(!IzapBase::hasFormError()) {

Expand Down Expand Up @@ -74,6 +73,6 @@
}

if($error) {
register_error(elgg);
register_error(elgg_Echo('izap-threaded-comments:form_not_validated'));
}
echo $html_output;
1 change: 1 addition & 0 deletions languages/en.php
Expand Up @@ -17,5 +17,6 @@
'comments_rss' => 'Subscribe the comments feed',
'rss_page_title' => 'Rss feed for the comments',
'izap-threaded-comments:has_commented_on' => 'has commented on',
'izap-threaded-comments:form_not_validated' => 'Empty comment',

);add_translation('en', $english);

0 comments on commit 95ab4ca

Please sign in to comment.