Skip to content

Commit

Permalink
fix close l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Jul 20, 2021
1 parent 302a796 commit 3b58a8b
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 3b58a8b

Please sign in to comment.