1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Correct strings

This commit is contained in:
PKEv 2015-07-20 00:25:20 +03:00
parent 3b614a17f7
commit 31f2a39efe
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -171,7 +171,7 @@ Share it with your friends to communicate.</string>
<enum>Qt::ClickFocus</enum>
</property>
<property name="text">
<string>&lt;p&gt;&lt;a href=&quot;file:///Dir_Path\&quot;&gt;&lt;span style=&quot; text-decoration: NONE; color:#000000;&quot;&gt;Directory file Profile: Dir_Path&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string>
<string>&lt;p&gt;&lt;a href=&quot;file:///Dir_Path\&quot;&gt;&lt;span style=&quot; text-decoration: NONE; color:#000000;&quot;&gt;Current profile location: Dir_Path&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>