diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-09-17 18:07:23 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-09-17 18:08:25 (GMT) |
commit | e0459104ed3f99b780bfd94c122951463837ee08 (patch) | |
tree | e991d0e790f04107abb140ff0ad2112246548214 | |
parent | d1aaf7fc9b9da32f04f84eef06bc0ee731e79223 (diff) | |
download | swift-contrib-e0459104ed3f99b780bfd94c122951463837ee08.zip swift-contrib-e0459104ed3f99b780bfd94c122951463837ee08.tar.bz2 |
Make MUC terminology consistent.
Resolves: #937
-rw-r--r-- | Swift/QtUI/QtJoinMUCWindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/QtJoinMUCWindow.ui b/Swift/QtUI/QtJoinMUCWindow.ui index 4c4935a..5a69292 100644 --- a/Swift/QtUI/QtJoinMUCWindow.ui +++ b/Swift/QtUI/QtJoinMUCWindow.ui @@ -25,7 +25,7 @@ <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> - <string>Room:</string> + <string>Room Address:</string> </property> </widget> </item> @@ -39,7 +39,7 @@ <item row="1" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> - <string>Nickname:</string> + <string>Your Nickname:</string> </property> </widget> </item> @@ -56,7 +56,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> - <string>Password:</string> + <string>Room Password:</string> </property> </widget> </item> |