Fixing a typo on a message

This refers to the message shown when copying the list of unsynced items on the activity tab
This commit is contained in:
Samuel 2016-11-22 10:15:21 +01:00 committed by ckamm
parent ceef2f2d46
commit 4998303c42

View File

@ -617,7 +617,7 @@ void ActivitySettings::slotCopyToClipboard()
message = tr("The sync activity list has been copied to the clipboard.");
} else if(idx == 2 ) {
// issues Widget
message = tr("The list of unsynched items has been copied to the clipboard.");
message = tr("The list of unsynced items has been copied to the clipboard.");
_protocolWidget->storeSyncIssues(ts);
}