Skip to content

Commit

Permalink
#$ [joomla#30381] Create Folder button label - Media Manager. Thanks…
Browse files Browse the repository at this point in the history
… Glenn

Arkell
(Fix joomla#892)(Fix joomla#891)
  • Loading branch information
Glenn Arkell authored and infograf768 committed Apr 30, 2013
1 parent 3d83e9b commit 76b1b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function addToolbar()
// Add a create folder button
if ($user->authorise('core.create', 'com_media'))
{
$title = JText::_('COM_MEDIA_CREATE_FOLDER');
$title = JText::_('COM_MEDIA_CREATE_NEW_FOLDER');
$dhtml = "<button data-toggle=\"collapse\" data-target=\"#collapseFolder\" class=\"btn btn-small\">
<i class=\"icon-folder\" title=\"$title\"></i>
$title</button>";
Expand Down
1 change: 1 addition & 0 deletions administrator/language/en-GB/en-GB.com_media.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COM_MEDIA_CLEAR_LIST="Clear List"
COM_MEDIA_CONFIGURATION="Media Manager Options"
COM_MEDIA_CREATE_COMPLETE="Create Complete: %s"
COM_MEDIA_CREATE_FOLDER="Create Folder"
COM_MEDIA_CREATE_NEW_FOLDER="Create New Folder"
COM_MEDIA_CURRENT_PROGRESS="Current progress"
COM_MEDIA_DELETE_COMPLETE="Delete Complete: %s"
COM_MEDIA_DESCFTPTITLE="FTP Login Details"
Expand Down
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $ -> Language fix or change

30-Apr-2013 Jean-Marie Simonet
# [#30488] Wrong default values for weblink icons in layout. Thanks THomas Hunziker.
#$ [#30381] Create Folder button label - Media Manager. Thanks Glenn Arkell

29-Apr-2013 Jean-Marie Simonet
$ Removing deprecated lang strings for the flash Uploader
Expand Down

0 comments on commit 76b1b03

Please sign in to comment.