Renames fullscreen to presentation mode

This commit is contained in:
Yury Delendik 2012-09-21 09:35:18 -05:00
parent 47340d557c
commit 12a0faadad
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,8 @@ zoom_in_label=Zoom In
zoom.title=Zoom zoom.title=Zoom
print.title=Print print.title=Print
print_label=Print print_label=Print
fullscreen.title=Fullscreen presentation_mode.title=Switch to Presentation Mode
fullscreen_label=Fullscreen presentation_mode_label=Presentation Mode
open_file.title=Open File open_file.title=Open File
open_file_label=Open open_file_label=Open
download.title=Download download.title=Download

View File

@ -135,8 +135,8 @@ limitations under the License.
<input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;" style="visibility: hidden; position: fixed; right: 0; top: 0" /> <input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;" style="visibility: hidden; position: fixed; right: 0; top: 0" />
<button id="fullscreen" class="toolbarButton fullscreen" title="Fullscreen" tabindex="11" data-l10n-id="fullscreen"> <button id="fullscreen" class="toolbarButton fullscreen" title="Switch to Presentation Mode" tabindex="11" data-l10n-id="presentation_mode">
<span data-l10n-id="fullscreen_label">Fullscreen</span> <span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button> </button>
<button id="openFile" class="toolbarButton openFile" title="Open File" tabindex="12" data-l10n-id="open_file"> <button id="openFile" class="toolbarButton openFile" title="Open File" tabindex="12" data-l10n-id="open_file">