[qet] [1644] Fixed a forgotten tr().

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 1644
Author:   xavier
Date:     2012-04-09 13:55:26 +0200 (Mon, 09 Apr 2012)
Log Message:
-----------
Fixed a forgotten tr().

Modified Paths:
--------------
    branches/0.3/sources/titleblock/templatecellwidget.cpp

Modified: branches/0.3/sources/titleblock/templatecellwidget.cpp
===================================================================
--- branches/0.3/sources/titleblock/templatecellwidget.cpp	2012-04-09 11:49:27 UTC (rev 1643)
+++ branches/0.3/sources/titleblock/templatecellwidget.cpp	2012-04-09 11:55:26 UTC (rev 1644)
@@ -90,7 +90,7 @@
 	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"));
 	


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/