diff options
| author | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
|---|---|---|
| committer | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
| commit | dceeb88444ce966caa1a133d2926d5f7213c87ff (patch) | |
| tree | d74c9c7d7e43c2a0d39d656c690c63050cff7f53 /src/qt/TailsOS.cpp | |
| parent | 81f33c7e00bf183823909a02e6d96ce11e41adce (diff) | |
| download | monzero-gui-phase0-20260815.tar.gz monzero-gui-phase0-20260815.tar.xz monzero-gui-phase0-20260815.zip | |
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'src/qt/TailsOS.cpp')
| -rw-r--r-- | src/qt/TailsOS.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/TailsOS.cpp b/src/qt/TailsOS.cpp index 1ab15721..099dc39d 100644 --- a/src/qt/TailsOS.cpp +++ b/src/qt/TailsOS.cpp @@ -42,9 +42,9 @@ void TailsOS::showDataPersistenceDisabledWarning() msgBox.setText(QObject::tr("Warning: persistence disabled")); msgBox.setWindowTitle(QObject::tr("Warning: persistence disabled")); msgBox.setInformativeText( - QObject::tr("Monero GUI has detected that Tails persistence is " + QObject::tr("Monzero GUI has detected that Tails persistence is " "currently disabled. Any configurations you make inside " - "the Monero GUI will not be saved." + "the Monzero GUI will not be saved." "\n\n" "In addition, make sure to not save your wallet on the " "filesystem, as it will be lost at shutdown." @@ -62,7 +62,7 @@ void TailsOS::showDataPersistenceDisabledWarning() void TailsOS::askPersistence() { QMessageBox msgBox; - msgBox.setWindowTitle(QObject::tr("Monero GUI")); + msgBox.setWindowTitle(QObject::tr("Monzero GUI")); msgBox.setText(QObject::tr("Use Tails persistence?")); msgBox.setInformativeText( QObject::tr("Persist wallet files and configuration on the encrypted volume?" |
