Skip to content

Commit

Permalink
Dev Minor text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 16, 2015
1 parent 664dd0a commit d372bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/labels/labelsetsbar_view.php
Expand Up @@ -30,7 +30,7 @@
<?php endif; ?>
<?php else:?>
<?php if (Permission::model()->hasGlobalPermission('labelsets','export')):?>
<span title="<?php eT("No label set"); ?>" data-toggle="tooltip" data-placement="bottom" style="display: inline-block">
<span title="<?php eT("No label sets available"); ?>" data-toggle="tooltip" data-placement="bottom" style="display: inline-block">
<a class="btn btn-default disabled" role="button" >
<span class="icon-export text-success"></span>
<?php eT("Export multiple label sets"); ?>
Expand Down

0 comments on commit d372bfb

Please sign in to comment.