renamed Peer Connect/Online to Friend Connect/Online

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-19 18:32:03 +00:00
parent a9ee3d92dc
commit d9b0bc1d59
2 changed files with 75 additions and 73 deletions

View file

@ -644,7 +644,7 @@
<item> <item>
<widget class="QCheckBox" name="popup_Connect"> <widget class="QCheckBox" name="popup_Connect">
<property name="text"> <property name="text">
<string>Peer Connect</string> <string>Friend Connect</string>
</property> </property>
</widget> </widget>
</item> </item>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>OnlineToaster</class> <class>OnlineToaster</class>
<widget class="QWidget" name="OnlineToaster"> <widget class="QWidget" name="OnlineToaster">
@ -94,7 +95,7 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item rowspan="3" row="0" column="0" > <item row="0" column="0" rowspan="3">
<widget class="QLabel" name="pixmaplabel"> <widget class="QLabel" name="pixmaplabel">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -148,7 +149,7 @@
stop: 0 #49881F, stop: 1 #49881F );</string> stop: 0 #49881F, stop: 1 #49881F );</string>
</property> </property>
<property name="text"> <property name="text">
<string>Peer Online</string> <string>Friend Online</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -231,6 +232,7 @@
</tabstops> </tabstops>
<resources> <resources>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>