From b8d6b9483febcb2cd76e685e23754fc346e9ef52 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Thu, 17 Mar 2011 19:23:34 +0100
Subject: Fixed some more strings.


diff --git a/Swift/QtUI/EventViewer/QtEvent.cpp b/Swift/QtUI/EventViewer/QtEvent.cpp
index 05080d8..e7ea473 100644
--- a/Swift/QtUI/EventViewer/QtEvent.cpp
+++ b/Swift/QtUI/EventViewer/QtEvent.cpp
@@ -60,10 +60,10 @@ QString QtEvent::text() {
 		std::string reason = subscriptionRequestEvent->getReason();
 		QString message;
 		if (reason.empty()) {
-			message = QString("%1 would like to add you to their roster.").arg(subscriptionRequestEvent->getJID().toBare().toString().c_str());
+			message = QString(QObject::tr("%1 would like to add you to their contact list.")).arg(subscriptionRequestEvent->getJID().toBare().toString().c_str());
 		}
 		else {
-			message = QString("%1 would like to add you to their roster, saying '%2'").arg(subscriptionRequestEvent->getJID().toBare().toString().c_str()).arg(reason.c_str());
+			message = QString(QObject::tr("%1 would like to add you to their contact list, saying '%2'")).arg(subscriptionRequestEvent->getJID().toBare().toString().c_str()).arg(reason.c_str());
 		}
 		return message;
 	}
diff --git a/Swift/QtUI/QtMainWindow.cpp b/Swift/QtUI/QtMainWindow.cpp
index bb661fb..6391961 100644
--- a/Swift/QtUI/QtMainWindow.cpp
+++ b/Swift/QtUI/QtMainWindow.cpp
@@ -134,7 +134,7 @@ void QtMainWindow::handleEventCountUpdated(int count) {
 	QColor eventTabColor = (count == 0) ? QColor() : QColor(255, 0, 0); // invalid resets to default
 	int eventIndex = 1;
 	tabs_->tabBar()->setTabTextColor(eventIndex, eventTabColor);
-	QString text = tr("Notices");
+	QString text = tr("&Notices");
 	if (count > 0) {
 		text += QString(" (%1)").arg(count);
 	}
diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts
index 7510d2e..091631b 100644
--- a/Swift/Translations/swift_nl.ts
+++ b/Swift/Translations/swift_nl.ts
@@ -450,6 +450,14 @@
         <source>No rooms found</source>
         <translation>Geen kamers gevonden</translation>
     </message>
+    <message>
+        <source>%1 would like to add you to their contact list.</source>
+        <translation>%1 wil u aan zijn contactenlijst toevoegen.</translation>
+    </message>
+    <message>
+        <source>%1 would like to add you to their contact list, saying &apos;%2&apos;</source>
+        <translation>%1 wil u aan zijn contactenlijst toevoegen, met als boodschap &apos;%2&apos;</translation>
+    </message>
 </context>
 <context>
     <name>QWizard</name>
@@ -703,10 +711,6 @@ afbeelding</translation>
         <translation>Bladwijzer ongeldig</translation>
     </message>
     <message>
-        <source>You must specify a valid room address (e.g. myroom@chats.example.com).</source>
-        <translation type="obsolete">Specifieer een geldige kamer (bv. mijnkamer@kamers.voorbeeld.com).</translation>
-    </message>
-    <message>
         <source>You must specify a valid room address (e.g. someroom@rooms.example.com).</source>
         <translation>Specifieer een geldige kamer (bv. eenkamer@kamers.voorbeeld.com).</translation>
     </message>
@@ -957,10 +961,6 @@ afbeelding</translation>
         <translation>&amp;Afmelden</translation>
     </message>
     <message>
-        <source>Notices</source>
-        <translation>Berichten</translation>
-    </message>
-    <message>
         <source>Edit &amp;Profile</source>
         <translation>Bewerk &amp;profiel</translation>
     </message>
-- 
cgit v0.10.2-6-g49f6