Compare Revisions
Last modification
- Rev 86 2013-02-05 22:51:10
- Author: PointedEars
- Log message:
Cmd button "Full Screen" → "Fullscreen"
| /trunk/index.phtml |
| 421,7 → 421,7 |
| /* NOTE: ...FullscreenEnabled not reliable after cancel */ |
| if (textTarget) |
| { |
| textTarget.textContent = "<?php echo _("Full Screen"); ?>"; |
| textTarget.textContent = "<?php echo _("Fullscreen"); ?>"; |
| } |
| |
| if (target) |
| 461,7 → 461,7 |
| ><span class="text"><script type="text/javascript"> |
| if (fullScreen.isSupportedBy(document.documentElement)) |
| { |
| document.write("<?php echo _("Full Screen"); ?>"); |
| document.write("<?php echo _("Fullscreen"); ?>"); |
| } |
| </script></span></div> |
| </div> |