diff options
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 15ad56063d..a5d26ca349 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -147,7 +147,9 @@ $lang['Empty_msg'] = "You must enter a message when posting!"; $lang['Postnew'] = "Post New Topic"; $lang['Post_new_in'] = "Post New Topic in:"; // Followed by forum name $lang['Post_Annoucement'] = "Post as an annoucement"; +$lang['UnAnnounce'] = "Remove annoucements status from this post"; $lang['Post_Sticky'] = "Stick this topic"; +$lang['UnStick'] = "Unstick this topic"; $lang['Annouce_and_sticky'] = "You cannot post a topic that is both an annoucement and a sticky topic"; $lang['Preview'] = "Preview"; $lang['Post_a'] = "Post a"; |