Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel <samuel.alfageme@gmail.com>2016-11-22 12:15:21 +0300
committerckamm <mail@ckamm.de>2016-11-22 14:14:03 +0300
commit4998303c424d8ea050da30d2dd426a2472c8301b (patch)
tree853d803d89782a1fab98285d569fafd20270b486 /src/gui/activitywidget.cpp
parentceef2f2d461effd3624e540cc0d7b9046f8e8a8f (diff)
Fixing a typo on a message
This refers to the message shown when copying the list of unsynced items on the activity tab
Diffstat (limited to 'src/gui/activitywidget.cpp')
-rw-r--r--src/gui/activitywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp
index 129e80692..8d0efef27 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);
}