mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 07:10:12 -04:00
fixed wording in GenCertDialog
This commit is contained in:
parent
4fdbf39dba
commit
b8260e5f5e
2 changed files with 5 additions and 5 deletions
|
@ -165,8 +165,8 @@ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent)
|
|||
#if QT_VERSION >= 0x040700
|
||||
ui.node_input->setPlaceholderText(tr("Node name")) ;
|
||||
ui.hiddenaddr_input->setPlaceholderText(tr("Tor/I2P address")) ;
|
||||
ui.name_input->setPlaceholderText(tr("Username"));
|
||||
ui.nickname_input->setPlaceholderText(tr("Identity name"));
|
||||
ui.name_input->setPlaceholderText(tr("Profile"));
|
||||
ui.nickname_input->setPlaceholderText(tr("Chat name"));
|
||||
ui.password_input->setPlaceholderText(tr("Password"));
|
||||
ui.password_input_2->setPlaceholderText(tr("Password again"));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue