Skip to content

Commit 1b2dac8

Browse files
authored
Bad names of language keys
1 parent a624c7e commit 1b2dac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/action_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function clear_user($uid)
413413
}
414414
else
415415
{
416-
confirm_box(false, $this->user->lang('RS_CLEAR_POST_CONFIRM'), $s_hidden_fields);
416+
confirm_box(false, $this->user->lang('RS_CLEAR_USER_CONFIRM'), $s_hidden_fields);
417417
}
418418
}
419419
}

0 commit comments

Comments
 (0)