svn: /phpdoc/de/trunk/reference/misc/functions/ define.xml
[email protected] (Mark Wiesemann)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
wiesemann Sun, 27 Jun 2010 18:42:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300780
Log:
- fixed Doc Bug #52131: [DE] Translation error: "Notitz" in example code comment
Bug: http://bugs.php.net/52131 (Open) [DE] Translation error: "Notitz" in example code comment
Changed paths:
U phpdoc/de/trunk/reference/misc/functions/define.xml
Modified: phpdoc/de/trunk/reference/misc/functions/define.xml
===================================================================
--- phpdoc/de/trunk/reference/misc/functions/define.xml 2010-06-27 18:38:03 UTC (rev 300779)
+++ phpdoc/de/trunk/reference/misc/functions/define.xml 2010-06-27 18:42:26 UTC (rev 300780)
@@ -85,7 +85,7 @@
<?php
define("KONSTANTE", "Hallo Welt.");
echo KONSTANTE; // gibt "Hallo Welt." aus
-echo Konstante; // gibt "Konstante" aus und erzeugt eine Notitz.
+echo Konstante; // gibt "Konstante" aus und erzeugt eine Benachrichtigung
define("BEGRUESSUNG", "Hallo Du.", true);
echo BEGRUESSUNG; // gibt "Hallo Du." aus