Improve heading of eol concern text
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 27 Sep 2024 00:28:44 +0000 (19:28 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 27 Sep 2024 00:28:44 +0000 (19:28 -0500)
src/pgwui_sql/templates/sql_edit.mak

index c3acad3ebb3d67ddf3fdbb9432460cd733b40141..efc8a97674cf0af30df1046caeeb6fbc5961ee81 100644 (file)
         <td colspan="4"><span id="collapsed_eol_info_id"
           ><p onclick="toggleEOLInfoRow()" onkeydown="toggleEOLInfoRow()"
               tabindex="${tab_index.val}"
-          >▲ Important information about end-of-line characters</p></span><span
+          >▲ Important information about the end-of-line marker characters
+            within text</p></span><span
             id="expanded_eol_info_id" hidden><p
             onclick="toggleEOLInfoRow()" onkeydown="toggleEOLInfoRow()"
             tabindex="${tab_index.val}"
-          >▼ Important information about end-of-line-characters</p>
+          >▼ Important information about the end-of-line marker characters
+            within text</p>
           <p>The <a href="https://en.wikipedia.org/wiki/Newline">end-of-line
              (EOL) character sequences</a> entered on this form
              are normalized before the SQL is submitted for execution.