[bug-buddy] Fixed tpo in string. Fixes bug #611630



commit 563beac1bbee89a200fdeb5f12231d00331d44e9
Author: Christoph Peltz <admin keeg de>
Date:   Sun Nov 11 20:33:40 2012 +0100

    Fixed tpo in string. Fixes bug #611630

 src/bug-buddy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bug-buddy.c b/src/bug-buddy.c
index 47d7c17..3df7d60 100644
--- a/src/bug-buddy.c
+++ b/src/bug-buddy.c
@@ -422,7 +422,7 @@ link_callback (GtkLinkButton *button, gpointer user_data)
 	{
 		char *text;
 
-		text = g_markup_printf_escaped (_("Bug Buddy was unable to view the link \"%s\"\n"), link);
+		text = g_markup_printf_escaped (_("Bug Buddy was unable to display the link \"%s\"\n"), link);
 		buddy_error (NULL, text);
 		g_free (text);
 	}



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