Skip to content

Commit

Permalink
Merge pull request #285 from owncloud/close-10n-fix
Browse files Browse the repository at this point in the history
fix close l10n
  • Loading branch information
phil-davis authored Jul 20, 2021
2 parents 302a796 + 3b58a8b commit d1d0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools">
<span data-l10n-id="tools_label">Tools</span>
</button>
<button id="secondaryToolbarClose" class="toolbarButton" title="Close" tabindex="37">
<button id="secondaryToolbarClose" class="toolbarButton" title="<?php p($l->t("Close"))?>" tabindex="37">
<span><?php p($l->t("Close"))?></span>
</button>
</div>
Expand Down

0 comments on commit d1d0af1

Please sign in to comment.