From e6bc9c35f3518760800be47ec0b061fd508c8175 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 27 Jul 2012 08:36:43 +0200 Subject: Update Warning-strings to use a standard-format - ensure warnings always start with "Warning:" and that the first character after ":" is written uppercase - ensure the first sentence in warnings ends with an "!" - remove unneeded spaces from Warning-strings - add missing Warning-string translation - remove a "\n" and replace with untranslatable "

" --- src/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.h') diff --git a/src/script.h b/src/script.h index f4db112dd..fdcf80294 100644 --- a/src/script.h +++ b/src/script.h @@ -378,7 +378,7 @@ public: { // I'm not sure if this should push the script or concatenate scripts. // If there's ever a use for pushing a script onto a script, delete this member fn - assert(!"warning: pushing a CScript onto a CScript with << is probably not intended, use + to concatenate"); + assert(!"Warning: Pushing a CScript onto a CScript with << is probably not intended, use + to concatenate!"); return *this; } -- cgit v1.2.3