OpenLinkSoftware / fct

OpenLink Faceted Browser
Other
0 stars 4 forks source link

improve user-focused punctuation in fct_vsp.xsl #6

Closed TallTed closed 1 year ago

TallTed commented 3 years ago
TallTed commented 3 years ago

@openlink --

                      The query timed out with partial result.
                      Retry with
                      <xsl:value-of select="($timeout div 1000)"/> seconds timeout

This dialog/alert does two things -- informs that the query timed out with (partial or no) result, and asks whether to retry with n seconds timeout. The latter requires an answer from the user, by either clicking or ignoring the "retry" button, and is appropriately punctuated with a ?.

TallTed commented 3 years ago

@kidehen /cc @danielhmills

I see... I thought those sentences would appear in the main UI, but I now see they're in a mouseover display tied to the "Retry" button. Looking at this page...

TallTed commented 2 years ago

@kidehen @danielhmills @openlink

Conflicts resolved. Please review and merge.