mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed wording in GenCertDialog
This commit is contained in:
parent
4fdbf39dba
commit
b8260e5f5e
@ -165,8 +165,8 @@ GenCertDialog::GenCertDialog(bool onlyGenerateIdentity, QWidget *parent)
|
|||||||
#if QT_VERSION >= 0x040700
|
#if QT_VERSION >= 0x040700
|
||||||
ui.node_input->setPlaceholderText(tr("Node name")) ;
|
ui.node_input->setPlaceholderText(tr("Node name")) ;
|
||||||
ui.hiddenaddr_input->setPlaceholderText(tr("Tor/I2P address")) ;
|
ui.hiddenaddr_input->setPlaceholderText(tr("Tor/I2P address")) ;
|
||||||
ui.name_input->setPlaceholderText(tr("Username"));
|
ui.name_input->setPlaceholderText(tr("Profile"));
|
||||||
ui.nickname_input->setPlaceholderText(tr("Identity name"));
|
ui.nickname_input->setPlaceholderText(tr("Chat name"));
|
||||||
ui.password_input->setPlaceholderText(tr("Password"));
|
ui.password_input->setPlaceholderText(tr("Password"));
|
||||||
ui.password_input_2->setPlaceholderText(tr("Password again"));
|
ui.password_input_2->setPlaceholderText(tr("Password again"));
|
||||||
#endif
|
#endif
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>520</width>
|
<width>969</width>
|
||||||
<height>541</height>
|
<height>786</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -732,7 +732,7 @@
|
|||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Use existing node</string>
|
<string>Use existing profile</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user