Skip to content

Commit 62d9f74

Browse files
committedJun 13, 2018
ShareLink: translate the send-email string
1 parent ad2446b commit 62d9f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/sharelinkwidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ void ShareLinkWidget::emailShareLink(const QUrl &url)
539539
{
540540
QString fileName = _sharePath.mid(_sharePath.lastIndexOf('/') + 1);
541541
Utility::openEmailComposer(
542-
QString("I shared %1 with you").arg(fileName),
542+
tr("I shared %1 with you").arg(fileName),
543543
url.toString(),
544544
this);
545545
}

0 commit comments

Comments
 (0)
Please sign in to comment.