mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* error.c (report_bug): message updated to better English.
[ruby-core:22665] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f11665878a
commit
36f56996ab
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Mar 6 14:59:30 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* error.c (report_bug): message updated to better English.
|
||||
[ruby-core:22665]
|
||||
|
||||
Fri Mar 6 14:28:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in, win32/Makefile.sub (INSNS): moved variable
|
||||
|
|
2
error.c
2
error.c
|
@ -216,7 +216,7 @@ report_bug(const char *file, int line, const char *fmt, va_list args)
|
|||
|
||||
fprintf(out,
|
||||
"[NOTE]\n"
|
||||
"You may encounter a bug of Ruby interpreter. Bug reports are welcome.\n"
|
||||
"You may have encountered a bug in the Ruby interpreter. Bug reports are welcome.\n"
|
||||
"For details: http://www.ruby-lang.org/bugreport.html\n\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue