[atlantik-cvs] CVS: kdegames/atlantik/client selectserver_widget.cpp, 1.44, 1.45

[email protected] (Stephan Binner <[email protected]>) Mon, 12 Jul 2004 22:19:58 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv30722/kdegames/atlantik/client

Modified Files:
	selectserver_widget.cpp 
Log Message:
Less invented compound nouns (filename, username, hostname)


Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- selectserver_widget.cpp	7 Jul 2004 16:23:01 -0000	1.44
+++ selectserver_widget.cpp	12 Jul 2004 20:19:56 -0000	1.45
@@ -39,7 +39,7 @@
 	QHGroupBox *customGroup = new QHGroupBox(i18n("Enter Custom monopd Server"), this, "customGroup");
 	m_mainLayout->addWidget(customGroup);
 
-	QLabel *hostLabel = new QLabel(i18n("Hostname:"), customGroup);
+	QLabel *hostLabel = new QLabel(i18n("Host name:"), customGroup);
 
 	m_hostEdit = new KLineEdit(customGroup);
 	m_hostEdit->setSizePolicy(QSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Minimum));