projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceef2f2
)
Fixing a typo on a message
author
Samuel
<samuel.alfageme@gmail.com>
Tue, 22 Nov 2016 09:15:21 +0000
(10:15 +0100)
committer
ckamm
<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
patch
|
blob
|
history
diff --git
a/src/gui/activitywidget.cpp
b/src/gui/activitywidget.cpp
index 129e806926115428e7ea0e6a49f98fc9c4371892..8d0efef2780d11f7c6d3ad143112ef644784694f 100644
(file)
--- 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 unsync
h
ed items has been copied to the clipboard.");
+ message = tr("The list of unsynced items has been copied to the clipboard.");
_protocolWidget->storeSyncIssues(ts);
}