mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 03:45:10 -04:00
Fix grammar
This commit is contained in:
parent
a5182252af
commit
ba18fcdc27
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ GeneralPage::GeneralPage(QWidget * parent, Qt::WindowFlags flags) :
|
|||
ui.registerRetroShareProtocol->setEnabled(true);
|
||||
#ifdef Q_OS_WIN
|
||||
ui.adminLabel->setEnabled(true);
|
||||
ui.adminLabel->setToolTip(tr("You have enough right."));
|
||||
ui.adminLabel->setToolTip(tr("You have sufficient rights."));
|
||||
#else
|
||||
ui.desktopFileMissingLabel->setVisible(false);
|
||||
#endif
|
||||
|
@ -66,7 +66,7 @@ GeneralPage::GeneralPage(QWidget * parent, Qt::WindowFlags flags) :
|
|||
ui.registerRetroShareProtocol->setEnabled(false);
|
||||
#ifdef Q_OS_WIN
|
||||
ui.adminLabel->setEnabled(false);
|
||||
ui.adminLabel->setToolTip(tr("You don't have enough right. Run RetroShare as Admin to change this setting."));
|
||||
ui.adminLabel->setToolTip(tr("You don't have sufficient rights. Run RetroShare as Admin to change this setting."));
|
||||
#else
|
||||
ui.desktopFileMissingLabel->setVisible(true);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue