diff options
Diffstat (limited to 'src/dxr3/dxr3_decode_spu.c')
-rw-r--r-- | src/dxr3/dxr3_decode_spu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c index 6f4dc5fbe..6b3a37d47 100644 --- a/src/dxr3/dxr3_decode_spu.c +++ b/src/dxr3/dxr3_decode_spu.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_decode_spu.c,v 1.4 2002/05/25 19:19:17 siggi Exp $ + * $Id: dxr3_decode_spu.c,v 1.5 2002/06/12 15:09:07 mroi Exp $ */ /* dxr3 spu decoder plugin. @@ -97,9 +97,9 @@ spu_decoder_t *init_spu_decoder_plugin(int iface_version, xine_t *xine) int dashpos; if (iface_version != 8) { - printf( "dxr3_decode_spu: plugin doesn't support plugin API version %d.\n" + printf(_("dxr3_decode_spu: plugin doesn't support plugin API version %d.\n" "dxr3_decode_spu: this means there's a version mismatch between xine and this " - "dxr3_decode_spu: decoder plugin. Installing current plugins should help.\n", + "dxr3_decode_spu: decoder plugin. Installing current plugins should help.\n"), iface_version); return NULL; } |