Change 'Compositing settings' to 'Dekstop effects settings' in the confirmation dialog.
svn path=/trunk/KDE/kdebase/workspace/; revision=715661
This commit is contained in:
parent
a868d01413
commit
d22dac6661
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ namespace KWin
|
||||||
ConfirmDialog::ConfirmDialog() :
|
ConfirmDialog::ConfirmDialog() :
|
||||||
KDialog()
|
KDialog()
|
||||||
{
|
{
|
||||||
setCaption( i18n( "Compositing settings changed" ));
|
setCaption( i18n( "Desktop effects settings changed" ));
|
||||||
setButtons( KDialog::Yes | KDialog::No | KDialog::Cancel );
|
setButtons( KDialog::Yes | KDialog::No | KDialog::Cancel );
|
||||||
setDefaultButton(KDialog::No);
|
setDefaultButton(KDialog::No);
|
||||||
setButtonFocus(KDialog::No);
|
setButtonFocus(KDialog::No);
|
||||||
|
@ -58,7 +58,7 @@ void ConfirmDialog::advanceTimer()
|
||||||
mSecondsToLive--;
|
mSecondsToLive--;
|
||||||
if(mSecondsToLive > 0)
|
if(mSecondsToLive > 0)
|
||||||
{
|
{
|
||||||
QString text = i18n("Compositing settings have changed.\n"
|
QString text = i18n("Desktop effects settings have changed.\n"
|
||||||
"Do you want to keep the new settings?\n"
|
"Do you want to keep the new settings?\n"
|
||||||
"They will be automatically reverted in %1 seconds", mSecondsToLive);
|
"They will be automatically reverted in %1 seconds", mSecondsToLive);
|
||||||
mTextLabel->setText(text);
|
mTextLabel->setText(text);
|
||||||
|
|
Loading…
Reference in a new issue