Fix error in tdesu notification message

pull/2/head
Timothy Pearson 12 years ago
parent e12ae2b650
commit 8ee0ab9902

@ -43,7 +43,7 @@ KDEsuDialog::KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep,co
} }
} }
setPrompt(prompt); setPrompt(prompt);
setKeepWarning(i18n("<qt>The stored password will be:<br> * Kept for up to %1 hours<br> * Destroyed on logout").arg(timeout)); setKeepWarning(i18n("<qt>The stored password will be:<br> * Kept for up to %1 minutes<br> * Destroyed on logout").arg(timeout/60));
if( withIgnoreButton ) if( withIgnoreButton )
setButtonText(User1, i18n("&Ignore")); setButtonText(User1, i18n("&Ignore"));

Loading…
Cancel
Save