Skip to content

Commit 254e2f7

Browse files
mikellerdirkhh
authored andcommitted
FAQ: Update Question and Answer about IrDA support.
Signed-off-by: Michael Keller <[email protected]>
1 parent 9bec488 commit 254e2f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/web/templates/faq.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,17 @@ <h2 class="accordion-header" id="macble">
284284
</div>
285285
</div>
286286
<div class="accordion-item">
287-
<h2 class="accordion-header" id="macirda">
287+
<h2 class="accordion-header" id="irda">
288288
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
289-
data-bs-target="#macirda_answer" aria-expanded="false" aria-controls="macirda_answer">
289+
data-bs-target="#irda_answer" aria-expanded="false" aria-controls="irda_answer">
290290
<a
291-
href={{get_env("lang")+"/faq/#macirda"}}>{{ _("Why is my IRDA (infrared) based dive computer not working on a Mac?")}}</a>
291+
href={{get_env("lang")+"/faq/#irda"}}>{{ _("Why does my IrDA (infrared) based dive computer not appear in the list of dive computers for download?")}}</a>
292292
</button>
293293
</h2>
294-
<div id="macirda_answer" class="accordion-collapse collapse" aria-labelledby="macirda" data-bs-parent="#faq">
294+
<div id="irda_answer" class="accordion-collapse collapse" aria-labelledby="irda" data-bs-parent="#faq">
295295
<div class="accordion-body">
296296
<p>
297-
{{ _("Subsurface on the Mac does not support IRDA based dive computers. This is an issue of missing support libraries for us to use -- other dive log software may have implemented their own IRDA stack on the Mac, we have not. Subsurface on Windows still supports IRDA based dive computers for now.") }}
297+
{{ _("Support for the IrDA protocol has been removed from most major operating systems. Where it still exists it is limited to the use through additional drivers. Since Subsurface does not implement its own IrDA stack, this means that support for IrDA based dive computers in Subsurface is very limited. See <a %(usermanual)s>this section of the User Manual</a> for more details on possible workarounds.", usermanual="href="+get_env("lang")+"/subsurface-user-manual#S_ImportingIrDA") }}
298298
</p>
299299
</div>
300300
</div>

0 commit comments

Comments
 (0)