diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtMainWindow.cpp | 4 | ||||
-rw-r--r-- | Swift/Translations/swift_nl.ts | 16 |
2 files changed, 10 insertions, 10 deletions
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</translation> <translation>&Toon offline contacten</translation> </message> <message> - <source>&Edit Profile</source> - <translation>&Bewerk profiel</translation> - </message> - <message> - <source>&Enter Room</source> - <translation>&Kamer betreden</translation> - </message> - <message> <source>&Add Contact</source> <translation>Contact &toevoegen</translation> </message> @@ -957,6 +949,14 @@ afbeelding</translation> <source>Notices</source> <translation>Berichten</translation> </message> + <message> + <source>Edit &Profile</source> + <translation>Bewerk &profiel</translation> + </message> + <message> + <source>Enter &Room</source> + <translation>&Kamer betreden</translation> + </message> </context> <context> <name>Swift::QtNameWidget</name> |