Commit a860daab by ProThoughts

Renamed variable, in sync with commit by pupi1985

parent 1e0ce5ab
...@@ -504,7 +504,7 @@ function qa_post_html_fields($post, $userid, $cookieid, $usershtml, $dummy, $opt ...@@ -504,7 +504,7 @@ function qa_post_html_fields($post, $userid, $cookieid, $usershtml, $dummy, $opt
if ($fields['hidden']) { if ($fields['hidden']) {
$fields['vote_state'] = 'disabled'; $fields['vote_state'] = 'disabled';
$fields['vote_up_tags'] = 'title="' . qa_lang_html('main/vote_disabled_hidden') . '"'; $fields['vote_up_tags'] = 'title="' . qa_lang_html('main/vote_disabled_hidden_post') . '"';
$fields['vote_down_tags'] = $fields['vote_up_tags']; $fields['vote_down_tags'] = $fields['vote_up_tags'];
} elseif ($fields['queued']) { } elseif ($fields['queued']) {
......
...@@ -189,7 +189,7 @@ return array( ...@@ -189,7 +189,7 @@ return array(
'vote_disabled_approve' => 'Your account must be approved before you can vote', 'vote_disabled_approve' => 'Your account must be approved before you can vote',
'vote_disabled_down' => 'Voting down is only available to some users', 'vote_disabled_down' => 'Voting down is only available to some users',
'vote_disabled_down_approve' => 'Your account must be approved before you can vote down', 'vote_disabled_down_approve' => 'Your account must be approved before you can vote down',
'vote_disabled_hidden' => 'You cannot vote on hidden posts', 'vote_disabled_hidden_post' => 'You cannot vote on hidden posts',
'vote_disabled_hidden_a' => 'You cannot vote on hidden answers', // @deprecated 'vote_disabled_hidden_a' => 'You cannot vote on hidden answers', // @deprecated
'vote_disabled_hidden_q' => 'You cannot vote on hidden questions', // @deprecated 'vote_disabled_hidden_q' => 'You cannot vote on hidden questions', // @deprecated
'vote_disabled_level' => 'Voting is only available to some users', 'vote_disabled_level' => 'Voting is only available to some users',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment