Hi, in libraries/messages.inc.php we have
$strCreateTableShort = _pgettext('$strCreateTableShort', 'Create table');
This gives a good result for all languages I tried, except English (US).
Hi
Dne Wed, 31 Mar 2010 13:02:50 -0400 Marc Delisle marc@infomarc.info napsal(a):
in libraries/messages.inc.php we have
$strCreateTableShort = _pgettext('$strCreateTableShort', 'Create table');
This gives a good result for all languages I tried, except English (US).
Fixed and reported to php-gettext upstream: https://bugs.launchpad.net/php-gettext/+bug/553091