[gnome-software] trivial: Relax the licence length requirement a little



commit 29cfb1f77537a7756096b0ced930d12ec1deaf6a
Author: Richard Hughes <richard hughsie com>
Date:   Thu Oct 10 10:01:13 2013 +0100

    trivial: Relax the licence length requirement a little

 src/gs-shell-details.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 62a9964..0f27e0d 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -363,7 +363,7 @@ gs_shell_details_refresh_all (GsShellDetails *shell_details)
                /* TRANSLATORS: this is where the licence is not known */
                gtk_label_set_label (GTK_LABEL (widget), _("Unknown"));
                gtk_widget_set_tooltip_text (widget, NULL);
-       } else if (strlen (tmp) > 20) {
+       } else if (strlen (tmp) > 40) {
                /* TRANSLATORS: this is where the licence is insanely
                 * complicated and the full string is put into the tooltip */
                gtk_label_set_label (GTK_LABEL (widget), _("Complicated!"));


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