Skip to content

Commit f373406

Browse files
committed
grammar fixes and syntax
1 parent e50bfc6 commit f373406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ editing the `conf` file in a text editor. Use the examples as reference.
776776
<tr>
777777
<td>Description</td>
778778
<td colspan="2">
779-
Weather to Stream Audio or Not, Disabling this can be useful for streaming headless displays as second monitors.
779+
Whether to stream audio or not. Disabling this can be useful for streaming headless displays as second monitors.
780780
</td>
781781
</tr>
782782
<tr>

src_assets/common/assets/web/public/assets/locale/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@
227227
"hevc_mode_desc": "Allows the client to request HEVC Main or HEVC Main10 video streams. HEVC is more CPU-intensive to encode, so enabling this may reduce performance when using software encoding.",
228228
"high_resolution_scrolling": "High Resolution Scrolling Support",
229229
"high_resolution_scrolling_desc": "When enabled, Sunshine will pass through high resolution scroll events from Moonlight clients. This can be useful to disable for older applications that scroll too fast with high resolution scroll events.",
230-
"stream_audio" : "Stream Audio""
231-
"stream_audio_desc" : "Weather to Stream Audio or Not, Disabling this can be useful for streaming headless displays as second monitors.",
232230
"install_steam_audio_drivers": "Install Steam Audio Drivers",
233231
"install_steam_audio_drivers_desc": "If Steam is installed, this will automatically install the Steam Streaming Speakers driver to support 5.1/7.1 surround sound and muting host audio.",
234232
"key_repeat_delay": "Key Repeat Delay",
@@ -331,6 +329,8 @@
331329
"qsv_slow_hevc": "Allow Slow HEVC Encoding",
332330
"qsv_slow_hevc_desc": "This can enable HEVC encoding on older Intel GPUs, at the cost of higher GPU usage and worse performance.",
333331
"restart_note": "Sunshine is restarting to apply changes.",
332+
"stream_audio": "Stream Audio",
333+
"stream_audio_desc": "Whether to stream audio or not. Disabling this can be useful for streaming headless displays as second monitors.",
334334
"sunshine_name": "Sunshine Name",
335335
"sunshine_name_desc": "The name displayed by Moonlight. If not specified, the PC's hostname is used",
336336
"sw_preset": "SW Presets",

0 commit comments

Comments
 (0)