Label button to match sql edit window title
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 13 Sep 2024 18:06:20 +0000 (13:06 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 13 Sep 2024 18:06:20 +0000 (13:06 -0500)
src/pgwui_sql/templates/sql.mak

index 24e376145b3e6b954f561a20ea352c7bc24dcbba..b9a3e351ceebdc18ac798365d218336162175acd 100644 (file)
    % else:
      <button type="button" tabindex="${tab_index.val}"
              onclick="open_sql_edit();"
-     >New SQL Input Window</button>
+     >New SQL Entry Window</button>
    % endif
    <% tab_index.inc() %>
 </%def>