fixed some transaltion issues
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@72 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -41,7 +41,7 @@ CDbSettingsDlg::~CDbSettingsDlg()
|
||||
|
||||
void CDbSettingsDlg::showEvent(QShowEvent *event){
|
||||
if(event->spontaneous()==false){
|
||||
createBanner(Banner,Icon_Settings32x32,"Settings");
|
||||
createBanner(Banner,Icon_Settings32x32,tr("Settings"));
|
||||
ComboAlgo->insertItem(tr("AES(Rijndael): 256 Bit (default)"),0);
|
||||
ComboAlgo->insertItem(tr("Twofish: 256 Bit"),1);
|
||||
ComboAlgo->setCurrentItem(database->CryptoAlgorithmus); //Achtung: AlgoID muss gleich dem ComboBox Index sein!
|
||||
|
||||
@@ -31,7 +31,7 @@ CGenPwDialog::CGenPwDialog(QWidget* parent, const char* name, bool modal, Qt::WF
|
||||
: QDialog(parent,name, modal,fl)
|
||||
{
|
||||
setupUi(this);
|
||||
createBanner(Banner,Icon_Key32x32,QString::fromUtf8("Password Generator"));
|
||||
createBanner(Banner,Icon_Key32x32,tr("Password Generator"));
|
||||
Radio_1->setChecked(true);
|
||||
Edit_chars->setDisabled(true);
|
||||
connect(ButtonGenerate,SIGNAL(clicked()),this,SLOT(OnGeneratePw()));
|
||||
|
||||
Reference in New Issue
Block a user