Skip to content

Commit

Permalink
Minor typo fix for Collections dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
schetnikovich committed Jun 1, 2016
1 parent 9fb495d commit 0bb5668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robomongo/gui/dialogs/ConnectionsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace Robomongo
QString importedRecords = importedCount > 1 ? "records" : "record";
QLabel *importLabelMessage = new QLabel(QString(
"<span style='color: #777777;'>"
"Connection settings were imported (%1 %2)"
"Connection settings have been imported (%1 %2)"
"</span>").arg(importedCount).arg(importedRecords));

bottomLayout->addWidget(importLabelIcon, 0, Qt::AlignLeft);
Expand Down

0 comments on commit 0bb5668

Please sign in to comment.