mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-09 08:31:17 +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>
|
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in caed(8) that broke audio capture under
|
* Fixed a regression in caed(8) that broke audio capture under
|
||||||
ALSA and JACK.
|
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 {
|
else {
|
||||||
if((!config_priv)&&(!rss_priv)) {
|
if((!config_priv)&&(!rss_priv)) {
|
||||||
QMessageBox::warning(this,tr("Insufficient Priviledges"),
|
QMessageBox::warning(this,tr("Insufficient Privileges"),
|
||||||
tr("This account has insufficient priviledges for this operation."));
|
tr("This account has insufficient privileges for this operation."));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user