Crowdin: represent whitespace in code instead of string

This commit is contained in:
luz paz
2021-04-19 06:22:07 -04:00
parent e312b5f740
commit 6f83a4a815
6 changed files with 8 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ MRichTextEdit::MRichTextEdit(QWidget *parent, QString textIn) : QWidget(parent)
<< tr("Heading 3")
<< tr("Heading 4")
<< tr("Monospace")
<< tr(" ");
<< QString::fromUtf8(" ");
f_paragraph->addItems(m_paragraphItems);
connect(f_paragraph, SIGNAL(activated(int)),