changed strings "Location" to "Node" (patch from Henry)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8538 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-22 10:42:35 +00:00
parent 97a1c74b12
commit 99efa00c14
3 changed files with 19 additions and 15 deletions

View file

@ -76,7 +76,7 @@
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Location info</string>
<string>Node info</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">

View file

@ -634,14 +634,14 @@
<item row="3" column="0">
<widget class="QLabel" name="fr_nodeLabel">
<property name="text">
<string>Location:</string>
<string>Node:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="fr_nodeEdit">
<property name="text">
<string notr="true">Location</string>
<string notr="true">Node</string>
</property>
</widget>
</item>