mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-12 12:20:00 +01:00
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:
@@ -761,7 +761,7 @@ SplitCellsCommand::SplitCellsCommand(const TitleBlockTemplateCellsSet &splitted_
|
||||
setText(
|
||||
QString(
|
||||
QObject::tr(
|
||||
"Séparation d'une cellule en %1",
|
||||
"S\351paration d'une cellule en %1",
|
||||
"label used in the title block template editor undo list; %1 is the number of cells after the split"
|
||||
)
|
||||
).arg(spanned_cells_.count() + 1)
|
||||
|
||||
@@ -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_);
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user