| 19 | } |
| 20 | |
| 21 | std::string AmountHighWarn(const std::string& optname) |
| 22 | { |
| 23 | return strprintf(_("%s is set very high!"), optname); |
| 24 | } |
| 25 | |
| 26 | std::string AmountErrMsg(const char* const optname, const std::string& strValue) |
| 27 | { |
no test coverage detected