From 5319fd7388a0603acfe8174cd2d558effff6af4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Mon, 14 Mar 2011 21:40:15 +0100 Subject: Fixed conflicting shortcut strings. diff --git a/Swift/QtUI/QtMainWindow.cpp b/Swift/QtUI/QtMainWindow.cpp index fb629cd..bb661fb 100644 --- a/Swift/QtUI/QtMainWindow.cpp +++ b/Swift/QtUI/QtMainWindow.cpp @@ -83,10 +83,10 @@ QtMainWindow::QtMainWindow(QtSettingsProvider* settings, UIEventStream* uiEventS QMenu* actionsMenu = new QMenu(tr("&Actions"), this); menus_.push_back(actionsMenu); - QAction* editProfileAction = new QAction(tr("&Edit Profile"), this); + QAction* editProfileAction = new QAction(tr("Edit &Profile"), this); connect(editProfileAction, SIGNAL(triggered()), SLOT(handleEditProfileAction())); actionsMenu->addAction(editProfileAction); - QAction* joinMUCAction = new QAction(tr("&Enter Room"), this); + QAction* joinMUCAction = new QAction(tr("Enter &Room"), this); connect(joinMUCAction, SIGNAL(triggered()), SLOT(handleJoinMUCAction())); actionsMenu->addAction(joinMUCAction); addUserAction_ = new QAction(tr("&Add Contact"), this); diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index d7cabc2..001046d 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -930,14 +930,6 @@ afbeelding &Toon offline contacten - &Edit Profile - &Bewerk profiel - - - &Enter Room - &Kamer betreden - - &Add Contact Contact &toevoegen @@ -957,6 +949,14 @@ afbeelding Notices Berichten + + Edit &Profile + Bewerk &profiel + + + Enter &Room + &Kamer betreden + Swift::QtNameWidget -- cgit v0.10.2-6-g49f6