summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-12-04 13:55:09 +0100
committerGitHub <noreply@github.com>2018-12-04 13:55:09 +0100
commita6d5c6f629fb834e8e98764f600e5704b5e60259 (patch)
treeb1eb0fc23e3c83786d2ecb384c5937234a658112 /templates
parent73fc7f4545002274072bf0f274e20fa2753d4771 (diff)
parent6ed1428e0552de7189c2232cb3b20221717255b1 (diff)
Merge pull request #1327 from nextcloud/firefox-screensharing-options
Fix wording and icons for screensharing options
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php18
-rw-r--r--templates/index.php18
2 files changed, 24 insertions, 12 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index d29325a2a..b0513ca0a 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -72,16 +72,22 @@ script(
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>
- <li>
- <button id="show-screen-button">
+ <li id="share-screen-entry">
+ <button id="share-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show your screen'));?></span>
+ <span><?php p($l->t('Share whole screen'));?></span>
+ </button>
+ </li>
+ <li id="share-window-entry">
+ <button id="share-window-button">
+ <span class="icon-share-window"></span>
+ <span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
- <li id="show-window-entry">
- <button id="show-window-button">
+ <li id="show-screen-entry">
+ <button id="show-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show a single window'));?></span>
+ <span><?php p($l->t('Show your screen'));?></span>
</button>
</li>
<li id="stop-screen-entry">
diff --git a/templates/index.php b/templates/index.php
index cb91943ac..f931688f5 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -79,16 +79,22 @@ script(
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>
- <li>
- <button id="show-screen-button">
+ <li id="share-screen-entry">
+ <button id="share-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show your screen'));?></span>
+ <span><?php p($l->t('Share whole screen'));?></span>
+ </button>
+ </li>
+ <li id="share-window-entry">
+ <button id="share-window-button">
+ <span class="icon-share-window"></span>
+ <span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
- <li id="show-window-entry">
- <button id="show-window-button">
+ <li id="show-screen-entry">
+ <button id="show-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show a single window'));?></span>
+ <span><?php p($l->t('Show your screen'));?></span>
</button>
</li>
<li id="stop-screen-entry">