mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Explain the "crash now" button to translators
This commit is contained in:
parent
9351c7485f
commit
9690ca0198
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ void ownCloudGui::setupActions()
|
|||
connect(_actionLogout, SIGNAL(triggered()), _app, SLOT(slotLogout()));
|
||||
|
||||
if(_app->debugMode()) {
|
||||
_actionCrash = new QAction(tr("Crash now"), this);
|
||||
_actionCrash = new QAction(tr("Crash now", "Only shows in debug mode to allow testing the crash handler"), this);
|
||||
connect(_actionCrash, SIGNAL(triggered()), _app, SLOT(slotCrash()));
|
||||
} else {
|
||||
_actionCrash = 0;
|
||||
|
|
Loading…
Reference in a new issue