Ui: No spaces before "..."

Change-Id: Ic76ef1bea53e2cf5c2d109688247e84c1aa70f6b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
Daniel Teske
2012-03-07 15:50:58 +01:00
parent 272e203b36
commit 5585426efc
12 changed files with 24 additions and 24 deletions

View File

@@ -507,7 +507,7 @@ void UrlTextCursorHandler::fillContextMenu(QMenu *menu, EditorContentType type)
{
Q_UNUSED(type);
menu->addSeparator();
menu->addAction(createOpenUrlAction(tr("Open URL in browser ...")));
menu->addAction(createOpenUrlAction(tr("Open URL in browser...")));
menu->addAction(createCopyUrlAction(tr("Copy URL location")));
}
@@ -572,7 +572,7 @@ void EmailTextCursorHandler::fillContextMenu(QMenu *menu, EditorContentType type
{
Q_UNUSED(type);
menu->addSeparator();
menu->addAction(createOpenUrlAction(tr("Send email to ...")));
menu->addAction(createOpenUrlAction(tr("Send email to...")));
menu->addAction(createCopyUrlAction(tr("Copy email address")));
}