mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Added thanks to eson.
This commit is contained in:
parent
483e8a4076
commit
12f7780874
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user