[gnome-packagekit] Fix up a trivial translator comment



commit debfaff1ff7fdfe2f11f4bdbdb36456c492e9655
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jul 22 16:31:20 2009 +0100

    Fix up a trivial translator comment

 src/gpk-dbus-task.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gpk-dbus-task.c b/src/gpk-dbus-task.c
index 7a021a6..0cce8e3 100644
--- a/src/gpk-dbus-task.c
+++ b/src/gpk-dbus-task.c
@@ -2333,11 +2333,11 @@ gpk_dbus_task_install_gstreamer_resources_confirm (GpkDbusTask *task, gchar **co
 	/* make title using application name */
 	if (task->priv->parent_title != NULL) {
 		if (is_decoder && !is_encoder) {
-			/* TRANSLATORS: a program wants to encode something (unknown) -- string is a program name, e.g. "Movie Player" */
+			/* TRANSLATORS: a program wants to decode something (unknown) -- string is a program name, e.g. "Movie Player" */
 			title = g_strdup_printf (ngettext ("%s requires an additional plugin to decode this file",
 							   "%s requires additional plugins to decode this file", len), task->priv->parent_title);
 		} else if (!is_decoder && is_encoder) {
-			/* TRANSLATORS: a program wants to decode something (unknown) -- string is a program name, e.g. "Movie Player" */
+			/* TRANSLATORS: a program wants to encode something (unknown) -- string is a program name, e.g. "Movie Player" */
 			title = g_strdup_printf (ngettext ("%s requires an additional plugin to encode this file",
 							   "%s requires additional plugins to encode this file", len), task->priv->parent_title);
 		} else if (!is_decoder && is_encoder) {



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