diff --git a/src/connection.cpp b/src/connection.cpp index 6459c3e..b6ba4a7 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -98,7 +98,7 @@ QString randomPassword() { } /** - * This will create a new zcash.conf, download zcash parameters. + * This will create a new zcash.conf, download Zcash parameters. */ void ConnectionLoader::createZcashConf() { // Fetch params. After params are fetched, create the zcash.conf file and @@ -232,7 +232,7 @@ bool ConnectionLoader::startEmbeddedZcashd() { if (!Settings::getInstance()->useEmbedded()) return false; - // Static because it needs to survice even after this method returns. + // Static because it needs to survive even after this method returns. static QString processStdErrOutput; if (ezcashd != nullptr) { @@ -455,7 +455,7 @@ std::shared_ptr ConnectionLoader::autoDetectZcashConf() { auto confLocation = locateZcashConfFile(); if (confLocation.isNull()) { - // No zcash file, just return with nothing + // No Zcash file, just return with nothing return nullptr; } diff --git a/src/rpc.cpp b/src/rpc.cpp index 1dfea1c..cbce77a 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -618,7 +618,7 @@ void RPC::refreshAddresses() { zaddresses->push_back(addr); } - // Refresh the sent and received txs from all these zaddresses + // Refresh the sent and received txs from all these z-addresses refreshSentZTrans(); refreshReceivedZTrans(*zaddresses); }); @@ -1020,4 +1020,4 @@ QString RPC::getDefaultSaplingAddress() { } return QString(); -} \ No newline at end of file +} diff --git a/src/scripts/control b/src/scripts/control index 11302ba..8ca1b3c 100644 --- a/src/scripts/control +++ b/src/scripts/control @@ -5,6 +5,6 @@ Priority: optional Architecture: all Depends: openssl (>= 1.0.0) Maintainer: Aditya Kulkarni -Description: zec-qt-wallet is a full node and UI wallet for zcash. - zec-qt-wallet is a full node and UI wallet for zcash. It comes with - full support for shielded addresses and many apps for zcash. +Description: zec-qt-wallet is a full node and UI wallet for Zcash. + zec-qt-wallet is a full node and UI wallet for Zcash. It comes with + full support for shielded addresses and many apps for Zcash. diff --git a/src/scripts/desktopentry b/src/scripts/desktopentry index 4f6da92..a15092f 100644 --- a/src/scripts/desktopentry +++ b/src/scripts/desktopentry @@ -1,6 +1,6 @@ [Desktop Entry] Name=zec-qt-wallet -Comment=Full node and wallet for zcash +Comment=Full node and wallet for Zcash GenericName=Wallet Exec=/usr/local/bin/zec-qt-wallet Icon=zec-qt-wallet.xpm diff --git a/src/scripts/dobuild.ps1 b/src/scripts/dobuild.ps1 index c7a40a3..0d862d5 100644 --- a/src/scripts/dobuild.ps1 +++ b/src/scripts/dobuild.ps1 @@ -1,4 +1,4 @@ -# Unified build script for windows, linux and mac builder. Run on a windows machine inside powershell. +# Unified build script for Windows, Linux and Mac builder. Run on a Windows machine inside powershell. param ( [Parameter(Mandatory=$true)][string]$version, [Parameter(Mandatory=$true)][string]$prev, @@ -49,4 +49,4 @@ if (! (Test-Path ./artifacts/linux-zec-qt-wallet-v$version.tar.gz) -or Write-Host "[Error]" exit 1; } -Write-Host "[OK]" \ No newline at end of file +Write-Host "[OK]" diff --git a/src/scripts/mkrelease.sh b/src/scripts/mkrelease.sh index 13992fd..0b9e4a7 100755 --- a/src/scripts/mkrelease.sh +++ b/src/scripts/mkrelease.sh @@ -8,7 +8,7 @@ if [ -z $APP_VERSION ]; then echo "APP_VERSION is not set"; exit 1; fi if [ -z $PREV_VERSION ]; then echo "PREV_VERSION is not set"; exit 1; fi if [ -z $ZCASH_DIR ]; then - echo "ZCASH_DIR is not set. Please set it to the base directory of a zcash project with built zcash binaries." + echo "ZCASH_DIR is not set. Please set it to the base directory of a Zcash project with built Zcash binaries." exit 1; fi @@ -157,7 +157,7 @@ echo -n "Configuring............" make clean > /dev/null rm -f zec-qt-wallet-mingw.pro rm -rf release/ -#Mingw seems to have trouble with precompiled heades, so strip that option from the .pro file +#Mingw seems to have trouble with precompiled headers, so strip that option from the .pro file cat zec-qt-wallet.pro | sed "s/precompile_header/release/g" | sed "s/PRECOMPILED_HEADER.*//g" > zec-qt-wallet-mingw.pro echo "[OK]" diff --git a/src/settings.ui b/src/settings.ui index c30fe73..17bb025 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -206,7 +206,7 @@ - Allow overriding the default fees when sending transactions. Enabling this option may comprimise your privacy since fees are transparent. + Allow overriding the default fees when sending transactions. Enabling this option may compromise your privacy since fees are transparent. true