We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe18fe5 commit b131596Copy full SHA for b131596
main/inc/lib/main_api.lib.php
@@ -7205,7 +7205,7 @@ function api_get_protocol()
7205
/**
7206
* Return a string where " are replaced with 2 '
7207
* It is useful when you pass a PHP variable in a Javascript browser dialog
7208
- * e.g. : alert("<?php get_lang('message') ?>");
+ * e.g. : alert("<?php get_lang('Message') ?>");
7209
* and message contains character "
7210
*
7211
* @param string $in_text
0 commit comments