On Wed, Jul 11, 2007 at 09:10:09AM +0000, Udo Giacomozzi wrote:

> -    log_error("Could not open framebuffer device: %s", strerror(errno));
> +    fatal_error("Could not open framebuffer device: %s", strerror(errno));

Please wrap message strings in _("...") for proper internationalization.

  fatal_error(_("Could not open framebuffer device: %s"), strerror(errno));

--strk;


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to