Change »Details…« to »View more activity…«
authorivyclare <ivolinengong@gmail.com>
Mon, 27 May 2019 21:54:13 +0000 (00:54 +0300)
committerivyclare <ivolinengong@gmail.com>
Mon, 27 May 2019 22:14:31 +0000 (01:14 +0300)
Signed-off-by: ivyclare <ivolinengong@gmail.com>
doc/visualtour.rst
src/gui/owncloudgui.cpp

index 2feb9fd6be905c741698a8a6897a6497d108ec11..8fd976666e9de68502ca8e3a0475a8704737907a 100644 (file)
@@ -99,7 +99,7 @@ Activity
 .. index:: activity, recent changes, sync activity
 
 The Activity window, which can be invoked either from the main menu (``Recent
-Changes -> Details…``) or the Activity tab on the left side of the settings
+Changes -> View more activity…``) or the Activity tab on the left side of the settings
 window, provides an in-depth account of the recent sync activity.  It will show
 files that have not been synced because they are on the ignored files list, or
 because they cannot be synced in a cross-platform manner due to containing
index 4d4dda1f670e96779d30113b35c6184c88e7e6c0..53b5684136733af5b53fcbdf192292b5ff6891f6 100644 (file)
@@ -779,7 +779,7 @@ void ownCloudGui::setupActions()
     _actionStatus->setEnabled(false);
     _actionSettings = new QAction(tr("Settings..."), this);
     _actionNewAccountWizard = new QAction(tr("New account..."), this);
-    _actionRecent = new QAction(tr("Details..."), this);
+    _actionRecent = new QAction(tr("View more activity..."), this);
     _actionRecent->setEnabled(true);
 
     QObject::connect(_actionRecent, &QAction::triggered, this, &ownCloudGui::slotShowSyncProtocol);