mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
String whitespace fixes
This commit is contained in:
parent
016868e95a
commit
04c8449e5f
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ void Application::slotRemoveFolder( const QString& alias )
|
|||
void Application::slotResetFolder( const QString & alias )
|
||||
{
|
||||
int ret = QMessageBox::question( 0, tr("Confirm Folder Reset"),
|
||||
tr("<p>Do you really want to reset folder<i>%1</i> and rebuild your client database?</p>"
|
||||
tr("<p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p>"
|
||||
"<p><b>Note:</b> While no files will be removed, this can cause significant data "
|
||||
"traffic and take several minutes to hours, depending on the size of the folder.</p>").arg(alias),
|
||||
QMessageBox::Yes|QMessageBox::No );
|
||||
|
|
Loading…
Reference in a new issue