mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 06:12:43 -04:00
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:
parent
97a1c74b12
commit
99efa00c14
3 changed files with 19 additions and 15 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue