From b32a1d4732cb07b4e855c028cceae2b77761253c Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 13 Nov 2019 15:12:46 -0800 Subject: [PATCH] Naming --- src/about.ui | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/about.ui b/src/about.ui index 962f36b..056bd55 100644 --- a/src/about.ui +++ b/src/about.ui @@ -17,7 +17,7 @@ - Zecwallet Lightclient + Zecwallet Lite diff --git a/src/main.cpp b/src/main.cpp index f4f6a0f..982280b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -205,7 +205,7 @@ public: w = new MainWindow(); - w->setWindowTitle("Zecwallet Lightclient v" + QString(APP_VERSION)); + w->setWindowTitle("Zecwallet Lite v" + QString(APP_VERSION)); // If there was a payment URI on the command line, pay it if (parser.positionalArguments().length() > 0) {