gui: changed hostname field label to hint IP address support.
This commit is contained in:
parent
78244c25bd
commit
259f363f13
|
@ -362,7 +362,7 @@ Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p></source
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="res/MainWindowBase.ui" line="151"/>
|
<location filename="res/MainWindowBase.ui" line="151"/>
|
||||||
<source>&Name of the server:</source>
|
<source>&Server IP or hostname:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="m_pLabelServerName">
|
<widget class="QLabel" name="m_pLabelServerName">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Name of the server:</string>
|
<string>&Server IP or hostname:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>m_pLineEditHostname</cstring>
|
<cstring>m_pLineEditHostname</cstring>
|
||||||
|
|
|
@ -362,7 +362,7 @@ Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p></source
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../MainWindowBase.ui" line="151"/>
|
<location filename="../MainWindowBase.ui" line="151"/>
|
||||||
<source>&Name of the server:</source>
|
<source>&Server IP or hostname:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
Loading…
Reference in New Issue