mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
Change »Details…« to »View more activity…«
Signed-off-by: ivyclare <ivolinengong@gmail.com>
This commit is contained in:
parent
1dca017537
commit
bcdc88ecf0
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ Activity
|
||||||
.. index:: activity, recent changes, sync activity
|
.. index:: activity, recent changes, sync activity
|
||||||
|
|
||||||
The Activity window, which can be invoked either from the main menu (``Recent
|
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
|
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
|
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
|
because they cannot be synced in a cross-platform manner due to containing
|
||||||
|
|
|
@ -779,7 +779,7 @@ void ownCloudGui::setupActions()
|
||||||
_actionStatus->setEnabled(false);
|
_actionStatus->setEnabled(false);
|
||||||
_actionSettings = new QAction(tr("Settings..."), this);
|
_actionSettings = new QAction(tr("Settings..."), this);
|
||||||
_actionNewAccountWizard = new QAction(tr("New account..."), 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);
|
_actionRecent->setEnabled(true);
|
||||||
|
|
||||||
QObject::connect(_actionRecent, &QAction::triggered, this, &ownCloudGui::slotShowSyncProtocol);
|
QObject::connect(_actionRecent, &QAction::triggered, this, &ownCloudGui::slotShowSyncProtocol);
|
||||||
|
|
Loading…
Reference in a new issue