[totem] backend: Make missing plugin messages more consistent



commit c87dba5c8a2317bfb4b1eb46e265ae0a13807055
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Nov 23 09:10:20 2012 +0000

    backend: Make missing plugin messages more consistent
    
    Always refer to missing plugins as âpluginsâ rather than âdecodersâ.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=688038

 src/backend/bacon-video-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 376eef8..212008b 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -3412,7 +3412,7 @@ bvw_error_from_gst_error (BaconVideoWidget *bvw, GstMessage * err_msg)
         desc_list = g_strjoinv ("\n", descs);
         msg = g_strdup_printf (g_dngettext (GETTEXT_PACKAGE, "The playback of this movie "
             "requires a %s plugin which is not installed.", "The playback "
-            "of this movie requires the following decoders which are not "
+            "of this movie requires the following plugins which are not "
             "installed:\n\n%s", num), (num == 1) ? descs[0] : desc_list);
         g_free (desc_list);
 	ret = g_error_new_literal (BVW_ERROR, BVW_ERROR_CODEC_NOT_HANDLED, msg);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]