From b32dec065a38b9dee278995dc187ccf42afce9aa Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sat, 11 Nov 2006 20:53:52 +0000 Subject: [PATCH] - fix text box alignment - spotted by Coviti - patch by Coviti See issue #1860 for more details. svn path=/trunk/; revision=24723 --- reactos/dll/cpl/sysdm/en.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/sysdm/en.rc b/reactos/dll/cpl/sysdm/en.rc index 648b3bb02ac..33f0885f8e6 100644 --- a/reactos/dll/cpl/sysdm/en.rc +++ b/reactos/dll/cpl/sysdm/en.rc @@ -37,7 +37,7 @@ BEGIN PUSHBUTTON "&Network ID...", IDC_NETWORK_ID, 190, 114, 58, 15 LTEXT "To rename this computer or join a domain, click Properties.", IDC_STATIC, 6, 149, 170, 17 PUSHBUTTON "&Change...",IDC_NETWORK_PROPERTY, 190, 149, 58, 15 - LTEXT "Note: Only Administrators can change the identification of this computer", IDC_STATIC, 6, 179, 230, 9 + LTEXT "Note: Only Administrators can change the identification of this computer", IDC_STATIC, 6, 179, 300, 9 END