File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ int main(int argc, char *argv[])
595
595
app.createWindow (isaTestNet);
596
596
app.requestInitialize ();
597
597
#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 ());
599
599
#endif
600
600
app.exec ();
601
601
app.requestShutdown ();
Original file line number Diff line number Diff line change @@ -1729,7 +1729,7 @@ Address: %4
1729
1729
</message >
1730
1730
<message >
1731
1731
<location line =" +60" />
1732
- <source >Bitcoin Core did ' t yet exit safely...</source >
1732
+ <source >Bitcoin Core didn ' t yet exit safely...</source >
1733
1733
<translation type =" unfinished" ></translation >
1734
1734
</message >
1735
1735
<message >
You can’t perform that action at this time.
0 commit comments