This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 161333137 Align default pass phrase prompt with HTTPd on Windows as 
well
161333137 is described below

commit 161333137499255cd01761517a1eacedd1ddfede
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Wed Oct 11 17:19:49 2023 +0200

    Align default pass phrase prompt with HTTPd on Windows as well
---
 native/os/win32/libtcnative.rc    | 4 ++--
 xdocs/miscellaneous/changelog.xml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/native/os/win32/libtcnative.rc b/native/os/win32/libtcnative.rc
index aa195e393..a0b8b28cf 100644
--- a/native/os/win32/libtcnative.rc
+++ b/native/os/win32/libtcnative.rc
@@ -24,13 +24,13 @@ LANGUAGE 0x9,0x1
 
 1001 DIALOGEX 0, 0, 252, 51
 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_CAPTION
-CAPTION "Password prompt"
+CAPTION "Pass Phrase Prompt"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
     ICON            1000,-1,8,6,21,20
     LTEXT           "Some of your private key files are encrypted for security 
reasons.\nIn order to read them you have to provide the pass phrases.",
                     -1,29,5,220,19
-    LTEXT           "Enter password:",-1,7,28,75,8
+    LTEXT           "Enter pass phrase:",-1,7,28,75,8
     EDITTEXT        1002,67,27,174,12,ES_PASSWORD | ES_AUTOHSCROLL
 END
 
diff --git a/xdocs/miscellaneous/changelog.xml 
b/xdocs/miscellaneous/changelog.xml
index 9772a91a9..d7e1fad4f 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -37,6 +37,9 @@
       <bug>67615</bug>: Windows binary for version 2 has incorrect version 
suffix
       compared to the GNU autoconf version. (michaelo)
     </fix>
+    <update>
+      Align default pass phrase prompt with HTTPd on Windows as well. 
(michaelo)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 2.0.6">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to