diff --git a/src/widget/form/profileform.cpp b/src/widget/form/profileform.cpp index 41e8dfcef..af8f382ff 100644 --- a/src/widget/form/profileform.cpp +++ b/src/widget/form/profileform.cpp @@ -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() diff --git a/src/widget/form/profileform.ui b/src/widget/form/profileform.ui index 0eb87ab59..d03858523 100644 --- a/src/widget/form/profileform.ui +++ b/src/widget/form/profileform.ui @@ -171,7 +171,7 @@ Share it with your friends to communicate. Qt::ClickFocus - <p><a href="file:///Dir_Path\"><span style=" text-decoration: NONE; color:#000000;">Directory file Profile: Dir_Path</span></a></p> + <p><a href="file:///Dir_Path\"><span style=" text-decoration: NONE; color:#000000;">Current profile location: Dir_Path</span></a></p> Qt::RichText