i18n: zh_CN locale support
`CONFIG += embed_translations` is used.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
GraphicsScene::GraphicsScene(QObject *parent)
|
||||
: QGraphicsScene(parent)
|
||||
{
|
||||
showText("Drag image here");
|
||||
showText(tr("Drag image here"));
|
||||
}
|
||||
|
||||
GraphicsScene::~GraphicsScene()
|
||||
|
||||
Reference in New Issue
Block a user