Removed all non-ASCII characters from source code.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1787 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-05-10 06:13:23 +00:00
parent 8225e6ba8f
commit 5997bdb36f
10 changed files with 14 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ void TitleBlockTemplateLocationChooser::init() {
form_layout_ = new QFormLayout();
form_layout_ -> addRow(tr("Collection parente", "used in save as form"), collections_);
form_layout_ -> addRow(tr("Modèle existant", "used in save as form"), templates_);
form_layout_ -> addRow(tr("Mod\350le existant", "used in save as form"), templates_);
setLayout(form_layout_);
}