From 0418b073e8c27bd8e187963c76e2066f5bfc806a Mon Sep 17 00:00:00 2001 From: Fernando Farfan Date: Fri, 28 Aug 2015 17:15:03 -0600 Subject: Localization of license name is done by API The localization of the license display name is done by the API directly, so the consuming methods should not do it again. [endlessm/eos-sdk#3532] --- endless/eosattribution.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'endless/eosattribution.c') diff --git a/endless/eosattribution.c b/endless/eosattribution.c index c930169..87d0876 100644 --- a/endless/eosattribution.c +++ b/endless/eosattribution.c @@ -226,7 +226,7 @@ render_license_link (GtkTreeViewColumn *column, string. Note: this string is markup, and so should not contain any ampersands (&), less-than signs (<), or greater-than signs (>). */ gchar *license_string = g_strdup_printf (_("%s."), - gettext (eos_get_license_display_name (license_code))); + eos_get_license_display_name (license_code)); gboolean behave_like_link = (license_uri != NULL); g_object_set (renderer, "markup", license_string, -- cgit v1.2.3