summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decode_spu.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-06-12 15:09:06 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-06-12 15:09:06 +0000
commit7dc7c81286e9258cc0e430ac1a832f4bf5719340 (patch)
tree4b79319e490d94c33f156fed0c3ad90374bf2de3 /src/dxr3/dxr3_decode_spu.c
parentfaa32e3b9704292362b298c8cf5e0c5c7b71ac9d (diff)
downloadxine-lib-7dc7c81286e9258cc0e430ac1a832f4bf5719340.tar.gz
xine-lib-7dc7c81286e9258cc0e430ac1a832f4bf5719340.tar.bz2
some additional i18n for dxr3
CVS patchset: 2068 CVS date: 2002/06/12 15:09:06
Diffstat (limited to 'src/dxr3/dxr3_decode_spu.c')
-rw-r--r--src/dxr3/dxr3_decode_spu.c6
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;
}