Comment 4 for bug 1521186

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

To reference from bug #1529604 / Charles Kerr:

---
src/main.cpp:
28: QGuiApplication::setApplicationName("Media Player");

src/mediaplayer.cpp:
89: m_view->setTitle("Media Player");

...

Those two uses of "Media Player" in the cpp code don't look like they're marked for translation at all.
---