diff --git a/src/common.cpp b/src/common.cpp index 82c85181f..761c2d0fa 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -2010,8 +2010,8 @@ int create_directory(const wcstring &d) { } __attribute__((noinline)) void bugreport() { - debug(0, _(L"This is a bug. Break on bugreport to debug.")); - debug(0, _(L"If you can reproduce it, please send a bug report to %s."), PACKAGE_BUGREPORT); + debug(0, _(L"This is a bug. Break on 'bugreport' to debug.")); + debug(0, _(L"If you can reproduce it, please report: %s."), PACKAGE_BUGREPORT); } wcstring format_size(long long sz) {