Index: trunk/tools/ToolserverI18N/TsIntuition.php |
— | — | @@ -358,6 +358,7 @@ |
359 | 359 | // Just in case, one last check: |
360 | 360 | $rawMsg = $this->rawMsg( $domain, $lang, $key ); |
361 | 361 | if ( is_null( $rawMsg ) ) { |
| 362 | + $this->errTrigger( "Message \"$key\" in \"$domain\" undefined", __METHOD__, E_NOTICE ); |
362 | 363 | // Fall back to a simple [keyname] |
363 | 364 | return $this->bracketMsg( $key ); |
364 | 365 | } |