You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/init.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,7 @@ std::string LicenseInfo()
379
379
"\n" +
380
380
FormatParagraph(_("This is experimental software.")) + "\n" +
381
381
"\n" +
382
-
FormatParagraph(_("Distributed under the MIT/X11 software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
382
+
FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
383
383
"\n" +
384
384
FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.")) +
Copy file name to clipboardExpand all lines: src/qt/locale/bitcoin_en.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3644,7 +3644,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.
3644
3644
<translationtype="unfinished"></translation>
3645
3645
</message>
3646
3646
<message>
3647
-
<locationline="+6"/>
3647
+
<locationline="+3"/>
3648
+
<source>Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.</source>
3649
+
<translationtype="unfinished"></translation>
3650
+
</message>
3651
+
<message>
3652
+
<locationline="+3"/>
3648
3653
<source>Enter regression test mode, which uses a special chain in which blocks can be solved instantly.</source>
3649
3654
<translationtype="unfinished"></translation>
3650
3655
</message>
@@ -3934,12 +3939,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.
3934
3939
<translationtype="unfinished"></translation>
3935
3940
</message>
3936
3941
<message>
3937
-
<locationline="+6"/>
3938
-
<source>Distributed under the MIT/X11 software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.</source>
3939
-
<translationtype="unfinished"></translation>
3940
-
</message>
3941
-
<message>
3942
-
<locationline="+6"/>
3942
+
<locationline="+12"/>
3943
3943
<source>Error: Listening for incoming connections failed (listen returned error %s)</source>
0 commit comments