summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/pulse/pulsesink.c3
-rw-r--r--po/POTFILES.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index d84c49d4..7303324e 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -49,6 +49,7 @@
#include <gst/base/gstbasesink.h>
#include <gst/gsttaglist.h>
#include <gst/interfaces/streamvolume.h>
+#include <gst/gst-i18n-plugin.h>
#include "pulsesink.h"
#include "pulseutil.h"
@@ -2172,7 +2173,7 @@ gst_pulsesink_event (GstBaseSink * sink, GstEvent * event)
if (title && artist)
t = buf =
- g_strdup_printf ("'%s' by '%s'", g_strstrip (title),
+ g_strdup_printf (_("'%s' by '%s'"), g_strstrip (title),
g_strstrip (artist));
else if (title)
t = g_strstrip (title);
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7ee3258d..98253c48 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,5 @@
ext/esd/esdsink.c
+ext/pulse/pulsesink.c
ext/flac/gstflacdec.c
ext/jpeg/gstjpegdec.c
ext/libpng/gstpngdec.c