diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ void SheMov::aboutShemov(){ aboutText.append(QString(tr("<tr><td>Version</td><td>%1</td></tr>")).arg(qApp->applicationVersion())); aboutText.append(QString(tr("<tr><td>Build:</td><td>/* __debug build__ */</td></tr>"))); aboutText.append(tr("<tr><td>Dependencies</td><td><ul>")); - aboutText.append(tr("<li>Qt (thanks to Nokia for this great library)</li>")); + aboutText.append(tr("<li>Qt (thanks for this great library)</li>")); aboutText.append(tr("<li>libmagic for figuring out the file type</li>")); aboutText.append("</ul></tr></table>"); QMessageBox::about(this, aboutLabel, aboutText); |