Skip to content

Commit

Permalink
[Qt] fix ugly typo in bitcoin.cpp
Browse files Browse the repository at this point in the history
Closes #4145.

Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 1e4b083
  • Loading branch information
Philip Kaufmann authored and laanwj committed May 7, 2014
1 parent a475285 commit 4629f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/bitcoin.cpp
Expand Up @@ -595,7 +595,7 @@ int main(int argc, char *argv[])
app.createWindow(isaTestNet);
app.requestInitialize();
#if defined(Q_OS_WIN) && QT_VERSION >= 0x050000
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core did't yet exit safely..."), (HWND)app.getMainWinId());
WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Bitcoin Core didn't yet exit safely..."), (HWND)app.getMainWinId());
#endif
app.exec();
app.requestShutdown();
Expand Down
2 changes: 1 addition & 1 deletion src/qt/locale/bitcoin_en.ts
Expand Up @@ -1729,7 +1729,7 @@ Address: %4
</message>
<message>
<location line="+60"/>
<source>Bitcoin Core did&apos;t yet exit safely...</source>
<source>Bitcoin Core didn&apos;t yet exit safely...</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down

0 comments on commit 4629f95

Please sign in to comment.