diff --git a/src/dialog/viewonlydialog.cpp b/src/dialog/viewonlydialog.cpp index d62c5b3..33d30dc 100644 --- a/src/dialog/viewonlydialog.cpp +++ b/src/dialog/viewonlydialog.cpp @@ -26,7 +26,7 @@ ViewOnlyDialog::ViewOnlyDialog(AppContext *ctx, QWidget *parent) } void ViewOnlyDialog::onWriteViewOnlyWallet(){ - QString fn = QFileDialog::getSaveFileName(this, "Save .keys wallet file", QDir::homePath(), "Monero wallet (*.keys)"); + QString fn = QFileDialog::getSaveFileName(this, "Save .keys wallet file", QDir::homePath(), "Wownero wallet (*.keys)"); if(fn.isEmpty()) return; if(!fn.endsWith(".keys")) fn += ".keys"; diff --git a/src/model/CCSModel.cpp b/src/model/CCSModel.cpp index cfad75b..39a02ea 100644 --- a/src/model/CCSModel.cpp +++ b/src/model/CCSModel.cpp @@ -58,7 +58,7 @@ QVariant CCSModel::data(const QModelIndex &index, int role) const return entry->author; #ifdef Q_OS_MACOS case Progress: - return QString("%1/%2 XMR").arg(entry->raised_amount).arg(entry->target_amount); + return QString("%1/%2 WOW").arg(entry->raised_amount).arg(entry->target_amount); #endif default: return QVariant(); diff --git a/src/sendwidget.cpp b/src/sendwidget.cpp index 60d4ed8..20be2e2 100644 --- a/src/sendwidget.cpp +++ b/src/sendwidget.cpp @@ -32,7 +32,7 @@ SendWidget::SendWidget(QWidget *parent) : ui->btn_openAlias->hide(); ui->label_PayTo->setHelpText("Recipient of the funds.\n\n" - "You may enter a Monero address, or an alias (email-like address that forwards to a Monero address)"); + "You may enter a Wownero address, or an alias (email-like address that forwards to a Wownero address)"); ui->label_Description->setHelpText("Description of the transaction (optional).\n\n" "The description is not sent to the recipient of the funds. It is stored in your wallet cache, " "and displayed in the 'History' tab."); diff --git a/src/utils/utils.cpp b/src/utils/utils.cpp index f3ae659..b27e00f 100644 --- a/src/utils/utils.cpp +++ b/src/utils/utils.cpp @@ -269,7 +269,7 @@ QString Utils::xdgDesktopEntry(){ "Exec=\"%1\" %u\n" "Terminal=false\n" "Type=Application\n" - "Icon=monero\n" + "Icon=wowlet\n" "Categories=Network;GNOME;Qt;\n" "StartupNotify=true\n" "X-GNOME-Bugzilla-Bugzilla=GNOME\n"