Fix error in tdesu notification message

(cherry picked from commit 8ee0ab9902)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 7dc0d9e497
commit 061684addb

@ -43,7 +43,7 @@ KDEsuDialog::KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep,co
}
}
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 )
setButtonText(User1, i18n("&Ignore"));

Loading…
Cancel
Save