mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Correct strings
This commit is contained in:
parent
3b614a17f7
commit
31f2a39efe
|
@ -121,7 +121,7 @@ ProfileForm::ProfileForm(QWidget *parent) :
|
|||
void ProfileForm::prFileLabelUpdate()
|
||||
{
|
||||
Nexus& nexus = Nexus::getInstance();
|
||||
bodyUI->prFileLabel->setText(tr("The name of the current file Profile: ") + nexus.getProfile()->getName() + ".tox");
|
||||
bodyUI->prFileLabel->setText(tr("Current profile:") + nexus.getProfile()->getName() + ".tox");
|
||||
}
|
||||
|
||||
ProfileForm::~ProfileForm()
|
||||
|
|
|
@ -171,7 +171,7 @@ Share it with your friends to communicate.</string>
|
|||
<enum>Qt::ClickFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><p><a href="file:///Dir_Path\"><span style=" text-decoration: NONE; color:#000000;">Directory file Profile: Dir_Path</span></a></p></string>
|
||||
<string><p><a href="file:///Dir_Path\"><span style=" text-decoration: NONE; color:#000000;">Current profile location: Dir_Path</span></a></p></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
|
|
Loading…
Reference in New Issue
Block a user