forked from qt-creator/qt-creator
Ui: No spaces before "..."
Change-Id: Ic76ef1bea53e2cf5c2d109688247e84c1aa70f6b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -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")));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user