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

@@ -71,7 +71,7 @@ void TitleBlockTemplateLocationSaver::updateTemplates() {
if (!current_collection) return;
TitleBlockTemplateLocationChooser::updateTemplates();
templates_ -> insertItem(0, tr("Nouveau modèle (entrez son nom)", "combox box entry"), QVariant(false));
templates_ -> insertItem(0, tr("Nouveau mod\350le (entrez son nom)", "combox box entry"), QVariant(false));
templates_ -> insertSeparator(1);
updateNewName();