From d651890bdc1bfe251f3b911e98ea25c18a9c0ce0 Mon Sep 17 00:00:00 2001 From: SikkieNL <64414667+msi2706@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:34:25 +0100 Subject: [PATCH] Dash => Neobytes --- .tx/config | 4 ++-- INSTALL.md | 4 ++-- build-aux/m4/bitcoin_qt.m4 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tx/config b/.tx/config index 42bde1a5e..d1146c05a 100644 --- a/.tx/config +++ b/.tx/config @@ -2,6 +2,6 @@ host = https://www.transifex.com [dash.qt-translation-012x] -file_filter = src/qt/locale/dash_.ts -source_file = src/qt/locale/dash_en.ts +file_filter = src/qt/locale/neobytes_.ts +source_file = src/qt/locale/neobytes_en.ts source_lang = en diff --git a/INSTALL.md b/INSTALL.md index 54762587f..61c486f02 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,5 @@ -Building Dash +Building Neobytes ============= See doc/build-*.md for instructions on building the various -elements of the Dash Core reference implementation of Dash. +elements of the Neobytes Core reference implementation of Neobytes. diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index f9d63864e..bb191d33c 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -7,7 +7,7 @@ dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit. AC_DEFUN([BITCOIN_QT_FAIL],[ if test "x$bitcoin_qt_want_version" = "xauto" && test x$bitcoin_qt_force != xyes; then if test x$bitcoin_enable_qt != xno; then - AC_MSG_WARN([$1; dash-qt frontend will not be built]) + AC_MSG_WARN([$1; neobytes-qt frontend will not be built]) fi bitcoin_enable_qt=no bitcoin_enable_qt_test=no @@ -54,7 +54,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[ dnl enable qt support AC_ARG_WITH([gui], [AS_HELP_STRING([--with-gui@<:@=no|qt4|qt5|auto@:>@], - [build dash-qt GUI (default=auto, qt5 tried first)])], + [build neobytes-qt GUI (default=auto, qt5 tried first)])], [ bitcoin_qt_want_version=$withval if test x$bitcoin_qt_want_version = xyes; then