QmlDesigner: Add more stuff to the list of strings to be translated

This commit is contained in:
Kai Koehne
2010-04-08 10:30:58 +02:00
parent 66de48d398
commit ad9036da0c
5 changed files with 12 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ ModelNode ComponentView::modelNode(int index) const
void ComponentView::appendWholeDocumentAsComponent()
{
QStandardItem *item = new QStandardItem("Whole Document");
QStandardItem *item = new QStandardItem(tr("whole document"));
item->setData(QVariant::fromValue(rootModelNode()), ModelNodeRole);
item->setEditable(false);
m_standardItemModel->appendRow(item);