Adjust strings in settings dialogs
authorDaniel Molkentin <danimo@owncloud.com>
Wed, 9 Sep 2015 23:46:28 +0000 (01:46 +0200)
committerDaniel Molkentin <danimo@owncloud.com>
Wed, 9 Sep 2015 23:46:28 +0000 (01:46 +0200)
Implements  #3745 & #3793

src/gui/accountsettings.cpp
src/gui/accountsettings.ui

index 4e6449d6143833a9144bfa3afe4cfd597cab5502..8fce392547d46654a029109301fd9763f58bad61 100644 (file)
@@ -145,7 +145,7 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
             this, SLOT(slotOpenCurrentFolder()));
     connect(menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync")), SIGNAL(triggered(bool)),
             this, SLOT(slotEnableCurrentFolder()));
-    connect(menu->addAction(tr("Remove folder")), SIGNAL(triggered(bool)),
+    connect(menu->addAction(tr("Remove sync")), SIGNAL(triggered(bool)),
             this, SLOT(slotRemoveCurrentFolder()));
     menu->exec(tv->mapToGlobal(pos));
 }
index 43bac5740a4d270d612dcf7b7a358e5193c3c3e2..1368767ef390cc4c35f03d08f48104181be624e2 100644 (file)
@@ -73,7 +73,7 @@
          <string>Remove the account configuration from the client</string>
         </property>
         <property name="text">
-         <string>Delete</string>
+         <string>Remove Account</string>
         </property>
        </widget>
       </item>