removed (wrong) alternative text

This commit is contained in:
Savetheinternet 2011-12-03 18:39:13 +11:00
parent 3819379a6a
commit f490faf755

View File

@ -514,8 +514,8 @@
(isset($themes_in_use[$_theme]) ? _('Reconfigure') : _('Install')) . (isset($themes_in_use[$_theme]) ? _('Reconfigure') : _('Install')) .
'</a></li>' . '</a></li>' .
(isset($themes_in_use[$_theme]) ? (isset($themes_in_use[$_theme]) ?
'<li><a title="Rebuild" href="?/themes/' . $_theme . '/rebuild">' . _('Rebuild') . '</a></li>' . '<li><a href="?/themes/' . $_theme . '/rebuild">' . _('Rebuild') . '</a></li>' .
'<li><a title="Use theme" href="?/themes/' . $_theme . '/uninstall">' . _('Uninstall') . '</a></li>' '<li><a href="?/themes/' . $_theme . '/uninstall">' . _('Uninstall') . '</a></li>'
: :
'') . '') .
'</ul></td>' . '</ul></td>' .