Skip to content

Commit

Permalink
Merge branch '2.5' of https://github.com/LimeSurvey/LimeSurvey into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 16, 2015
2 parents 1929241 + d372bfb commit d2a4243
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 d2a4243

Please sign in to comment.