summaryrefslogtreecommitdiffstats
path: root/src/TextInputWidget.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-29 19:09:12 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-29 19:09:12 +0300
commit384fe7067ec6628ff4e09bc8f75cc3a4a69a1d29 (patch)
treee46628366e86607d067d5a58c38c5825aa6a8678 /src/TextInputWidget.cc
parent36940e2972fcd734d12a7cb3b09ab64c7abfd41a (diff)
Set up translations
Diffstat (limited to 'src/TextInputWidget.cc')
-rw-r--r--src/TextInputWidget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cc
index ab73a98f..cda00c2c 100644
--- a/src/TextInputWidget.cc
+++ b/src/TextInputWidget.cc
@@ -59,7 +59,7 @@ TextInputWidget::TextInputWidget(QWidget *parent)
input_ = new FilteredTextEdit(this);
input_->setFixedHeight(45);
- input_->setPlaceholderText("Write a message...");
+ input_->setPlaceholderText(tr("Write a message..."));
input_->setStyleSheet("color: #333333; font-size: 13px; border-radius: 0; padding-top: 10px;");
send_message_button_ = new FlatButton(this);