Fixing a typo on a message
authorSamuel <samuel.alfageme@gmail.com>
Tue, 22 Nov 2016 09:15:21 +0000 (10:15 +0100)
committerckamm <mail@ckamm.de>
Tue, 22 Nov 2016 11:14:03 +0000 (12:14 +0100)
This refers to the message shown when copying the list of unsynced items on the activity tab

src/gui/activitywidget.cpp

index 129e806926115428e7ea0e6a49f98fc9c4371892..8d0efef2780d11f7c6d3ad143112ef644784694f 100644 (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);
     }