Skip to content

Commit 4629f95

Browse files
Philip Kaufmannlaanwj
authored andcommitted
[Qt] fix ugly typo in bitcoin.cpp
Closes #4145. Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 1e4b083
1 parent a475285 commit 4629f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ int main(int argc, char *argv[])
595595
app.createWindow(isaTestNet);
596596
app.requestInitialize();
597597
#if defined(Q_OS_WIN) && QT_VERSION >= 0x050000
598-
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core did't yet exit safely..."), (HWND)app.getMainWinId());
598+
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core didn't yet exit safely..."), (HWND)app.getMainWinId());
599599
#endif
600600
app.exec();
601601
app.requestShutdown();

src/qt/locale/bitcoin_en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ Address: %4
17291729
</message>
17301730
<message>
17311731
<location line="+60"/>
1732-
<source>Bitcoin Core did&apos;t yet exit safely...</source>
1732+
<source>Bitcoin Core didn&apos;t yet exit safely...</source>
17331733
<translation type="unfinished"></translation>
17341734
</message>
17351735
<message>

0 commit comments

Comments
 (0)