Fixed two source strings not in the usual source language.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1619 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-04-01 20:13:44 +00:00
parent 610a94f10f
commit 500c75603d
12 changed files with 36 additions and 34 deletions

View File

@@ -905,14 +905,14 @@ void TitleBlockTemplateView::updateDisplayedMinMaxWidth() {
if (max_width != -1) {
min_max_width_sentence = QString(
tr(
"Minimum width: %1px\nMaximum width: %2px\n",
"Longueur minimale\240: %1px\nLongueur maximale\240: %2px\n",
"tooltip showing the minimum and/or maximum width of the edited template"
)
).arg(min_width).arg(max_width);
} else {
min_max_width_sentence = QString(
tr(
"Minimum width: %1px\n",
"Longueur minimale\240: %1px\n",
"tooltip showing the minimum width of the edited template"
)
).arg(min_width);