Skip to content

Commit

Permalink
Merge pull request bitcoin#200 from sandakersmann/patch-1
Browse files Browse the repository at this point in the history
Corrected some changes in pull bitcoin#199
  • Loading branch information
hrobeers authored Oct 24, 2017
2 parents 49af99b + 337e9b3 commit bf2535d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/qt/bitcoinstrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"If the file does not exist, create it with owner-readable-only file "
"permissions.\n"
"It is also recommended to set alertnotify so you are notified of problems;\n"
"for example: alertnotify=echo %%s | mail -s \"Peercoin Alert\" admin@foo."
"com\n"),
"for example: alertnotify=echo %%s | mail -s \"Peercoin Alert\" admin@foo.com\n"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:"
"@STRENGTH)"),
Expand Down Expand Up @@ -211,4 +210,4 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the databases using -reindex to change -txindex"),
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
};
};

0 comments on commit bf2535d

Please sign in to comment.