summaryrefslogtreecommitdiff
path: root/gedit/gedit-commands-help.c
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2022-07-17 01:19:18 +0200
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-07-17 01:21:21 +0200
commit1a1e575af0f279e4b34b5bbb1dd5e30495984639 (patch)
treeb4bfa5a8dd0fa3b832928c00f856dfb315380387 /gedit/gedit-commands-help.c
parentbee740b5545739c082d2e189a57916c0f612be39 (diff)
downloadgedit-1a1e575af0f279e4b34b5bbb1dd5e30495984639.tar.gz
About dialog: change the small and lightweight description
Diffstat (limited to 'gedit/gedit-commands-help.c')
-rw-r--r--gedit/gedit-commands-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 34e580506..4b13cbaa8 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -107,7 +107,7 @@ _gedit_cmd_help_about (GeditWindow *window)
gtk_show_about_dialog (GTK_WINDOW (window),
"program-name", "gedit",
"authors", authors,
- "comments", _("gedit is a small and lightweight text editor for the GNOME desktop"),
+ "comments", _("gedit is an easy-to-use and general-purpose text editor"),
"copyright", "Copyright 1998-2022 – the gedit team",
"license-type", GTK_LICENSE_GPL_2_0,
"logo-icon-name", "org.gnome.gedit",