From 83ca44e6b9a8cbca12e95c16a8ecac686a8b1149 Mon Sep 17 00:00:00 2001 From: xavier Date: Mon, 9 Apr 2012 11:55:26 +0000 Subject: [PATCH] Fixed a forgotten tr(). git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1644 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/titleblock/templatecellwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/titleblock/templatecellwidget.cpp b/sources/titleblock/templatecellwidget.cpp index ae7d2ab5c..50e9fd4bd 100644 --- a/sources/titleblock/templatecellwidget.cpp +++ b/sources/titleblock/templatecellwidget.cpp @@ -90,7 +90,7 @@ void TitleBlockTemplateCellWidget::initWidgets() { vert_align_indexes_.insert(Qt::AlignTop, 0); vert_align_indexes_.insert(Qt::AlignVCenter, 1); vert_align_indexes_.insert(Qt::AlignBottom, 2); - font_size_label_ = new QLabel("Police :"); + font_size_label_ = new QLabel(tr("Police :")); font_size_input_ = new QSpinBox(); font_adjust_input_ = new QCheckBox(tr("Ajuster la taille de police si besoin"));