Skip to content

Commit

Permalink
Added 'Update to version' language string
Browse files Browse the repository at this point in the history
  • Loading branch information
pe7er committed Nov 9, 2015
1 parent d971ddf commit b06292c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<?php echo JText::_('JVERSIONCURRENT'); ?>
</th>
<th width="10%">
<?php echo JText::_('JVERSION'); ?>
<?php echo JText::_('JVERSIONUPDATE'); ?>
</th>
<th>
<?php echo JHtml::_('grid.sort', 'COM_INSTALLER_HEADING_FOLDER', 'folder', $listDirn, $listOrder); ?>
Expand Down
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ JUNPROTECTED="Unprotected"
JUNPUBLISHED="Unpublished"
JVERSION="Version"
JVERSIONCURRENT="Current Version"
JVERSIONUPDATE="Update to Version"
JYES="Yes"
JACTIONS="Actions for: %s"

Expand Down

0 comments on commit b06292c

Please sign in to comment.