Revision: 7743 https://osdn.net/projects/ttssh2/scm/svn/commits/7743 Author: maya Date: 2019-06-08 12:17:46 +0900 (Sat, 08 Jun 2019) Log Message: ----------- ttxssh auth setup dialog 文言修正 r7739 での修正漏れ Revision Links: -------------- https://osdn.net/projects/ttssh2/scm/svn/commits/7739 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.rc -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.rc =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.rc 2019-06-07 13:03:53 UTC (rev 7742) +++ trunk/ttssh2/ttxssh/ttxssh.rc 2019-06-08 03:17:46 UTC (rev 7743) @@ -221,7 +221,7 @@ LTEXT "Select defaults for authentication:",IDC_SSHAUTHBANNER,6,7,166,10 GROUPBOX "User name",IDC_STATIC,6,22,295,88 CONTROL "&Do not enter username",IDC_SSH_NO_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,19,35,152,10 - CONTROL "U&se following username",IDC_SSH_DEFAULTUSERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,50,152,10 + CONTROL "U&se default username",IDC_SSH_DEFAULTUSERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,50,152,10 CONTROL "Us&e system username",IDC_SSH_WINDOWS_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,78,152,10 EDITTEXT IDC_SSHUSERNAME,35,62,145,12,ES_AUTOHSCROLL | WS_GROUP LTEXT "Current username is ""%s""",IDC_SSH_WINDOWS_USERNAME_TEXT,35,93,128,10