From 33de0c6eeb58fd4a6459a3e019b441a169a6f3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Wed, 30 Mar 2011 07:33:53 +0200 Subject: Added another missing string. diff --git a/Swift/Controllers/ProfileController.cpp b/Swift/Controllers/ProfileController.cpp index 65443e6..101e283 100644 --- a/Swift/Controllers/ProfileController.cpp +++ b/Swift/Controllers/ProfileController.cpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace Swift { @@ -58,7 +59,7 @@ void ProfileController::handleSetVCardResponse(ErrorPayload::ref error) { pendingSetVCardRequest.reset(); updateDialogStatus(); if (error) { - profileWindow->setError("There was an error publishing your profile data"); + profileWindow->setError(QT_TRANSLATE_NOOP("", "There was an error publishing your profile data")); } else { profileWindow->setError(""); diff --git a/Swift/Translations/swift_de.ts b/Swift/Translations/swift_de.ts index 6d6d58b..85ed165 100644 --- a/Swift/Translations/swift_de.ts +++ b/Swift/Translations/swift_de.ts @@ -520,6 +520,11 @@ Offline Offline + + + There was an error publishing your profile data + + CloseButton diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 909f84b..9e19716 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -412,6 +412,10 @@ %1% wants to add you to his/her contact list %1% wil u aan zijn/haar contactenlijst toevoegen + + There was an error publishing your profile data + Er is een fout opgetreden bij het publiceren van uw profiel + CloseButton diff --git a/Swift/Translations/swift_ru.ts b/Swift/Translations/swift_ru.ts index 8194bc4..5c31d6f 100644 --- a/Swift/Translations/swift_ru.ts +++ b/Swift/Translations/swift_ru.ts @@ -522,6 +522,11 @@ Offline Отключён + + + There was an error publishing your profile data + + CloseButton -- cgit v0.10.2-6-g49f6