mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 14:42:34 +02:00
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:
parent
884f327050
commit
edc226f99b
@ -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).
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user