From a8f42691574342a277eb645b69c0dbb9b01f2d69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Oct 2014 23:16:06 -0400 Subject: [PATCH] GtkAboutDialog: Don't shout Don't use all-caps in the UI - it looks scary. https://bugzilla.gnome.org/show_bug.cgi?id=671138 --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 99f6fe4a2c..9b8da727a0 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -111,7 +111,7 @@ typedef struct /* Translators: this is the license preamble; the string at the end * contains the name of the license as link text. */ -static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY.\nSee the %s for details."); +static const gchar *gtk_license_preamble = N_("This program comes with absolutely no warranty.\nSee the %s for details."); /* LicenseInfo for each GtkLicense type; keep in the same order as the enumeration */ static const LicenseInfo gtk_license_info [] = {