mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
correct typo
This commit is contained in:
parent
732f34b595
commit
a517fedd96
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) :
|
||||||
|
|
||||||
if(config()->get(Config::warnOnAlpha).toBool()) {
|
if(config()->get(Config::warnOnAlpha).toBool()) {
|
||||||
QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs "
|
QString warning = "WOWlet is currently in beta.\n\nPlease report any bugs "
|
||||||
"you encounter on our Git repository, IRC freenode #wownero or on /r/Wowonero.";
|
"you encounter on our Git repository, IRC freenode #wownero or on /r/Wownero.";
|
||||||
QMessageBox::warning(this, "Beta Warning", warning);
|
QMessageBox::warning(this, "Beta Warning", warning);
|
||||||
config()->set(Config::warnOnAlpha, false);
|
config()->set(Config::warnOnAlpha, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue