summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-19 23:16:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-19 23:16:06 -0400
commita8f42691574342a277eb645b69c0dbb9b01f2d69 (patch)
treeaf37defbee438d3d24ed679d40aae7434ccbc0c2 /gtk/gtkaboutdialog.c
parente3ef5d6fd2df64614ca9e4ce7183bcfb48e4e0eb (diff)
downloadgtk+-a8f42691574342a277eb645b69c0dbb9b01f2d69.tar.gz
GtkAboutDialog: Don't shout
Don't use all-caps in the UI - it looks scary. https://bugzilla.gnome.org/show_bug.cgi?id=671138
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c2
1 files changed, 1 insertions, 1 deletions
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 <a href=\"%s\">%s</a> for details.");
+static const gchar *gtk_license_preamble = N_("This program comes with absolutely no warranty.\nSee the <a href=\"%s\">%s</a> for details.");
/* LicenseInfo for each GtkLicense type; keep in the same order as the enumeration */
static const LicenseInfo gtk_license_info [] = {