Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

[#108] English language: Category Manager locked description error #114

Merged
merged 1 commit into from
Aug 29, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -506,7 +506,7 @@ COM_KUNENA_LATEST_SUBJECT_LENGTH="Subject Length"
COM_KUNENA_LATEST_SUBJECT_LENGTH_DESC="Subject Length"
COM_KUNENA_LOCKED="Locked"
COM_KUNENA_LOCKED1="Locked:"
COM_KUNENA_LOCKEDDESC="Set to <em>Yes</em> if you want to lock this category. Nobody but Moderators and Admins can create new topics or replies in a locked categoryCOM_KUNENA_LOCKEDDESC (or move posts to it)."
COM_KUNENA_LOCKEDDESC="Set to <em>Yes</em> if you want to lock this category. Nobody but Moderators and Admins can create new topics or replies in a locked category (or move posts to it)."
COM_KUNENA_MAILFULL="Include Post Contents"
COM_KUNENA_MAILFULL_DESC="Set to <em>Yes</em> if you want subscription notification to contain the whole message."
COM_KUNENA_PLUGINS_SUPPORT="Joomla Content Plugin Support"
Expand Down
1 change: 1 addition & 0 deletions components/com_kunena/CHANGELOG.php
Expand Up @@ -35,6 +35,7 @@

29-August-2011 Matias
^ [#107] Update credits
# [#108] English language: Category Manager locked description error

28-August-2011 Xillibit
# [#110] Undefined property: stdClass::$category_alias
Expand Down
2 changes: 1 addition & 1 deletion components/com_kunena/lib/kunena.credits.php
Expand Up @@ -42,7 +42,7 @@
</ul>
</div>
<div class="kcredits-more">
<?php echo JText::sprintf('COM_KUNENA_CREDITS_THANKS_PART_LONG', 'Beat', 'Alakentu', 'GoremanX', 'madLyfe', 'Mortti', '<a href="http://www.kunena.org" target="_blank" rel="follow">www.kunena.org</a>'); ?>
<?php echo JText::sprintf('COM_KUNENA_CREDITS_THANKS_PART_LONG', 'Beat', 'BoardBoss', 'GoremanX', 'madLyfe', 'Mortti', '<a href="http://www.kunena.org" target="_blank" rel="follow">www.kunena.org</a>'); ?>
<?php echo JText::_('COM_KUNENA_CREDITS_THANKS'); ?>
</div>
<div class="kcredits-language">
Expand Down