From 4998303c424d8ea050da30d2dd426a2472c8301b Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 22 Nov 2016 10:15:21 +0100 Subject: [PATCH] Fixing a typo on a message This refers to the message shown when copying the list of unsynced items on the activity tab --- src/gui/activitywidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp index 129e806926..8d0efef278 100644 --- a/src/gui/activitywidget.cpp +++ b/src/gui/activitywidget.cpp @@ -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); }