diff --git a/README.md b/README.md index 6a27a6a2f..767d18c38 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FRJUYV5QP6HW8) ======================= -Strawberry is a audio player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors, audio enthusiasts and audiophiles. The name is inspired by the band Strawbs. It's based on a heaviliy modified version of Clementine created in 2012-2013. It's written in C++ and Qt 5. +Strawberry is a audio player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors, audio enthusiasts and audiophiles. The name is inspired by the band Strawbs. It's based on a heavily modified version of Clementine created in 2012-2013. It's written in C++ and Qt 5. * Website: http://www.strawbs.org/ * Github: https://github.com/jonaski/strawberry diff --git a/src/dialogs/about.cpp b/src/dialogs/about.cpp index d17868c25..8fdc7ec96 100644 --- a/src/dialogs/about.cpp +++ b/src/dialogs/about.cpp @@ -100,7 +100,7 @@ QString About::MainHtml() const { ret += QString("
");
ret += QString("Strawberry is a audio player and music collection organizer.
");
ret += QString("It is a fork of Clementine released in 2018 aimed at music collectors, audio enthusiasts and audiophiles.
");
- ret += QString("The name is inspired by the band Strawbs. It's based on a heaviliy modified version of Clementine created in 2012-2013. It's written in C++ and Qt 5.");
+ ret += QString("The name is inspired by the band Strawbs. It's based on a heavily modified version of Clementine created in 2012-2013. It's written in C++ and Qt 5.");
ret += QString("
Website: http://www.strawbs.org/
"); ret += QString("");