Skip to content

Commit 818871d

Browse files
committed
Desktop Capturer → Take a screenshot
1 parent 3369c3d commit 818871d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h5 class="nav-category">
8383
Printing
8484
</h5>
8585
<button type="button" id="button-pdf" data-section="pdf" class="nav-button"><em>Print</em> to PDF</button>
86-
<button type="button" id="button-desktop-capturer" data-section="desktop-capturer" class="nav-button"><em>Desktop Capturer</em></button>
86+
<button type="button" id="button-desktop-capturer" data-section="desktop-capturer" class="nav-button">Take a <em>Screenshot</em></button>
8787
</div>
8888

8989
<footer class="nav-footer">

sections/printing/desktop-capturer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="section-wrapper">
55
<h1>
66
<svg class="section-icon"><use xlink:href="assets/img/icons.svg#icon-printing"></use></svg>
7-
Desktop Capturer
7+
Take a screenshot
88
</h1>
99
<h3>The <code>desktopCapturer</code> module in Electron can be used to access any media, such as audio, video, screen and window, that is available through the <code>getUserMedia</code> web API in Chromium.</h3>
1010

0 commit comments

Comments
 (0)