[gnome-packagekit] Improve the description text as we can still show the ChangeLog data if there is some information ab



commit ad6990b2c618c0e2823d7c530f0ba2c0e9012d60
Author: Richard Hughes <richard hughsie com>
Date:   Tue May 26 08:59:09 2009 +0100

    Improve the description text as we can still show the ChangeLog data if there is some information about the update
---
 src/gpk-update-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index 23894cf..37f80b9 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -1318,7 +1318,7 @@ gpk_update_viewer_populate_details (const PkUpdateDetailObj *obj)
 		line = egg_markdown_parse (markdown, obj->changelog);
 		if (!egg_strzero (line)) {
 			/* TRANSLATORS: this is a ChangeLog */
-			line2 = g_strdup_printf ("%s\n%s\n", _("The developer logs will be shown as no information is available for this update:"), line);
+			line2 = g_strdup_printf ("%s\n%s\n", _("The developer logs will be shown as no description is available for this update:"), line);
 			gtk_text_buffer_insert_markup (text_buffer, &iter, line2);
 			g_free (line2);
 		}



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