2021-12-28 Fred Gleason <fredg@paravelsystems.com>

* Fixed a spelling error in the 'Insufficient Privileges' dialog
	in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-12-28 09:10:44 -05:00
parent 884f327050
commit edc226f99b
2 changed files with 5 additions and 2 deletions

View File

@ -22848,3 +22848,6 @@
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that broke audio capture under
ALSA and JACK.
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a spelling error in the 'Insufficient Privileges' dialog
in rdadmin(1).

View File

@ -231,8 +231,8 @@ MainWidget::MainWidget(RDConfig *config,RDWidget *parent)
}
else {
if((!config_priv)&&(!rss_priv)) {
QMessageBox::warning(this,tr("Insufficient Priviledges"),
tr("This account has insufficient priviledges for this operation."));
QMessageBox::warning(this,tr("Insufficient Privileges"),
tr("This account has insufficient privileges for this operation."));
exit(1);
}
}