From 0bb566869e2a7025fa8f2b0483567ba764650926 Mon Sep 17 00:00:00 2001 From: schetnikovich Date: Wed, 1 Jun 2016 15:03:11 +0300 Subject: [PATCH] Minor typo fix for Collections dialog --- src/robomongo/gui/dialogs/ConnectionsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robomongo/gui/dialogs/ConnectionsDialog.cpp b/src/robomongo/gui/dialogs/ConnectionsDialog.cpp index 556fbae0f..bfc3f650a 100644 --- a/src/robomongo/gui/dialogs/ConnectionsDialog.cpp +++ b/src/robomongo/gui/dialogs/ConnectionsDialog.cpp @@ -142,7 +142,7 @@ namespace Robomongo QString importedRecords = importedCount > 1 ? "records" : "record"; QLabel *importLabelMessage = new QLabel(QString( "" - "Connection settings were imported (%1 %2)" + "Connection settings have been imported (%1 %2)" "").arg(importedCount).arg(importedRecords)); bottomLayout->addWidget(importLabelIcon, 0, Qt::AlignLeft);