Skip to content

Commit

Permalink
Language string improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksavov committed Mar 9, 2013
1 parent 805a30f commit 18d4c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<span class="label label-warning"><?php echo JText::_('COM_JOOMLAUPDATE_MISSING_TAG_MARK'); ?></span>
<?php echo JText::_('COM_JOOMLAUPDATE_MISSING_TAG_DESCRIPTION'); ?>
<?php else: ?>
<?php echo JText::_('COM_JOOMLAUPDATE_DONT_HAVE_3RD_EXTENSIONS_FOR_CHECK'); ?>
<?php echo JText::_('COM_JOOMLAUPDATE_NO_CUSTOM_EXTENSIONS_INSTALLED'); ?>
<?php endif;?>
</div>
<!-- close span -->
Expand Down
6 changes: 3 additions & 3 deletions administrator/language/en-GB/en-GB.com_joomlaupdate.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ COM_JOOMLAUPDATE_COMPATIBLE="Compatible"
COM_JOOMLAUPDATE_NOT_COMPATIBLE="Not Compatible"
COM_JOOMLAUPDATE_NA="Missing Compatibility Tag"
COM_JOOMLAUPDATE_ENABLE_UPDATE="Enable the update"
COM_JOOMLAUPDATE_DONT_HAVE_3RD_EXTENSIONS_FOR_CHECK="There are currently no custom extension installed."
COM_JOOMLAUPDATE_COMPATIBILITY_EMPTY_EXTENSION_VALUE="Can't check compatibility, extension are not defined."
COM_JOOMLAUPDATE_COMPATIBILITY_INVALID_EXTENSION_VALUE="Can't load extension for check compatibility."
COM_JOOMLAUPDATE_NO_CUSTOM_EXTENSIONS_INSTALLED="There are currently no custom extensions installed."
COM_JOOMLAUPDATE_COMPATIBILITY_EMPTY_EXTENSION_VALUE="Extension compatibility cannot be checked. The extension is not defined."
COM_JOOMLAUPDATE_COMPATIBILITY_INVALID_EXTENSION_VALUE="The extension cannot be loaded, therefore its compatibility cannot be checked."
COM_JOOMLAUPDATE_UPDATE_WARNING_MSG="Some custom extensions are not compatible or they are missing a compatibility tag.<br />We strongly urge you NOT to update until all extensions are compatible with Joomla! %s"

0 comments on commit 18d4c6d

Please sign in to comment.