From acfafa740df96b71989383fd24191d1ef03cb6d1 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 1 Aug 2004 01:20:34 +0000 Subject: [PATCH] submount-20040731 Change "Description" field to "Submount" --- src/WINNT/client_config/lang/en_US/afs_config.rc | 10 +++++----- src/WINNT/client_creds/lang/en_US/afscreds.rc | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/WINNT/client_config/lang/en_US/afs_config.rc b/src/WINNT/client_config/lang/en_US/afs_config.rc index cdc0fae85..5907a2e54 100644 --- a/src/WINNT/client_config/lang/en_US/afs_config.rc +++ b/src/WINNT/client_config/lang/en_US/afs_config.rc @@ -199,7 +199,7 @@ BEGIN IDC_STATIC,4,4,226,8 LTEXT "&AFS Cell:",IDC_STATIC,4,24,30,8 EDITTEXT IDC_CELL,50,22,105,13,ES_LOWERCASE | ES_AUTOHSCROLL - LTEXT "&Description:",IDC_STATIC,4,41,38,8 + LTEXT "&Submount:",IDC_STATIC,4,41,38,8 EDITTEXT IDC_COMMENT,50,39,181,13,ES_AUTOHSCROLL GROUPBOX "Servers",IDC_STATIC,4,61,236,158 CONTROL "",IDC_LIST,"FastList",WS_BORDER | WS_TABSTOP | 0x1b,13, @@ -244,7 +244,7 @@ BEGIN WS_VSCROLL | WS_TABSTOP LTEXT "AFS &Path:",IDC_STATIC,30,77,33,8 EDITTEXT IDC_PATH,77,75,168,13,ES_AUTOHSCROLL - LTEXT "D&escription:",IDC_STATIC,29,96,38,8 + LTEXT "&Submount:",IDC_STATIC,29,96,38,8 EDITTEXT IDC_DESC,77,94,72,13,ES_AUTOHSCROLL CONTROL "&Restore this mapping whenever I logon",IDC_PERSISTENT, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,77,112,188,10 @@ -442,7 +442,7 @@ BEGIN PUSHBUTTON "Help",9,190,96,50,14 LTEXT "&Drive Letter:",IDC_STATIC,16,25,40,8 LTEXT "AFS &Path:",IDC_STATIC,16,44,33,8 - LTEXT "D&escription:",IDC_STATIC,15,64,38,8 + LTEXT "&Submount:",IDC_STATIC,15,64,38,8 GROUPBOX "Global AFS Drive",IDC_STATIC,7,7,232,80 END @@ -710,8 +710,8 @@ END STRINGTABLE DISCARDABLE BEGIN IDS_BADLOOKUP_DESC "Windows could not find a network address for %1. Check to make sure you typed the name of the machine correctly." - IDS_NEWSUB_DESC "AFS was unable to use the description you specified when connecting the network drive.\n\nThe specified description is already used for a different AFS path." - IDS_BADSUB_DESC "The drive letter description you entered cannot be used.\n\nA drive letter description may have no more than 12 characters, and may not contain spaces or tabs." + IDS_NEWSUB_DESC "AFS was unable to use the submount name you specified when connecting the network drive.\n\nThe specified submount is already used for a different AFS path." + IDS_BADSUB_DESC "The drive letter submount you entered cannot be used.\n\nA submount may have no more than 12 characters, and may not contain spaces or tabs." IDS_BADGATEWAY_DESC "AFS was unable to contact the gateway machine that you specified.\n\nCheck to make sure that you typed the name of the gateway machine correctly." IDS_BADGWCELL_DESC "No configuration information could be found for the AFS cell used by the specified gateway machine.\n\nIf you want to configure the AFS Client into a new cell, you must use the AFS Cells tab to add configuration information for that cell.\n\nCell: %1" IDS_TITLE_CAUTION_NT "Caution - AFS Client Configuration" diff --git a/src/WINNT/client_creds/lang/en_US/afscreds.rc b/src/WINNT/client_creds/lang/en_US/afscreds.rc index 57f123190..5c62516c7 100644 --- a/src/WINNT/client_creds/lang/en_US/afscreds.rc +++ b/src/WINNT/client_creds/lang/en_US/afscreds.rc @@ -272,7 +272,7 @@ BEGIN WS_VSCROLL | WS_TABSTOP LTEXT "AFS &Path:",IDC_STATIC,34,76,33,8 EDITTEXT IDC_MAP_PATH,77,74,96,14,ES_AUTOHSCROLL - LTEXT "D&escription:",IDC_STATIC,34,94,38,8 + LTEXT "&Submount:",IDC_STATIC,34,94,38,8 EDITTEXT IDC_MAP_DESC,77,92,60,14,ES_AUTOHSCROLL END @@ -355,7 +355,7 @@ BEGIN WS_VSCROLL | WS_TABSTOP LTEXT "AFS &Path:",IDC_STATIC,23,70,33,8 EDITTEXT IDC_MAP_PATH,73,68,178,13,ES_AUTOHSCROLL - LTEXT "D&escription:",IDC_STATIC,23,88,38,8 + LTEXT "&Submount:",IDC_STATIC,23,88,38,8 EDITTEXT IDC_MAP_DESC,73,86,60,13,ES_AUTOHSCROLL CONTROL "&Restore this mapping whenever I logon", IDC_MAP_PERSISTENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, @@ -549,7 +549,7 @@ BEGIN IDS_UNCONFIG_DESC "The AFS Client cannot be used because it is not yet configured.\n\nTo configure the AFS Client, open the Control Panel and double-click on the AFS Client icon." IDS_NEWSUB_TITLE "Caution - AFS Client" IDS_NEWSUB_TITLE_95 "Caution - AFS Light" - IDS_NEWSUB_DESC "AFS was unable to use the description you specified when connecting the network drive.\n\nThe specified description is already used for a different AFS path." + IDS_NEWSUB_DESC "AFS was unable to use the submount you specified when connecting the network drive.\n\nThe specified submount is already used for a different AFS path." IDS_BADSUB_TITLE "Error - AFS Client" END -- 2.39.5