Added thanks to eson.

This commit is contained in:
Martin Rotter 2016-01-04 07:35:19 +01:00
parent 483e8a4076
commit 12f7780874
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Thanks to
-----
* **Elbert Pol** - huge contrubutions, including translating and testing in OS/2 environment.
* **Asen Anastassov** - testing, providing great feedback.
* **eson** - rock-solid translation into Sweden language.
- - -
Downloads

View File

@ -67,7 +67,7 @@ void StandardServiceRoot::start(bool freshly_activated) {
if (freshly_activated) {
// In other words, if there are no feeds or categories added.
if (MessageBox::show(qApp->mainForm(), QMessageBox::Question, QObject::tr("Load initial set of feeds"),
tr("This account does not include any feeds. You can now add default set of feeds."),
tr("This new account does not include any feeds. You can now add default set of feeds."),
tr("Do you want to load initial set of feeds?"),
QString(), QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
QString target_opml_file = APP_INITIAL_FEEDS_PATH + QDir::separator() + FEED_INITIAL_OPML_PATTERN;