From e83351eeff17fff26caef41187f669d3c19a73e8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Apr 2006 14:15:33 +0000 Subject: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ... Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare): * ext/esd/gstesd.c: (plugin_init): * po/POTFILES.in: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" isn't really an acceptable message to show to the user in this case. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cafac91c..35be7c26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-18 Tim-Philipp Müller + + * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare): + * ext/esd/gstesd.c: (plugin_init): + * po/POTFILES.in: + Add translatable error message for when we cannot + connect to the sound server, as "Cannot open resource + for writing" isn't really an acceptable message to show + to the user in this case. + 2006-04-18 Tim-Philipp Müller * sys/oss/gst-i18n-plugin.h: -- cgit