diff options
author | rbuj <[email protected]> | 2020-04-01 18:28:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-14 13:16:21 +0200 |
commit | b411957943122bb9ba71444eaf9a970c25c63e5b (patch) | |
tree | a03896a5d9affca74228606f498039b59906778a /baobab | |
parent | 37fca317ce338f105aaae8dee53cb79993c8fed6 (diff) | |
download | mate-utils-b411957943122bb9ba71444eaf9a970c25c63e5b.tar.bz2 mate-utils-b411957943122bb9ba71444eaf9a970c25c63e5b.tar.xz |
expand the comments on about dialogs
Diffstat (limited to 'baobab')
-rw-r--r-- | baobab/src/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baobab/src/callbacks.c b/baobab/src/callbacks.c index 4d363f99..5c48aebb 100644 --- a/baobab/src/callbacks.c +++ b/baobab/src/callbacks.c @@ -107,7 +107,7 @@ on_about_activate (GtkMenuItem *menuitem, gpointer user_data) "program-name", _("Disk Usage Analyzer"), "version", VERSION, "title", _("About Disk Usage Analyzer"), - "comments", _("A graphical tool to analyze disk usage."), + "comments", _("Analyze your disk usage through a graphical tool."), "copyright", _("Copyright \xc2\xa9 2005-2010 Fabio Marzocca\n" "Copyright \xc2\xa9 2011-2020 MATE developers"), "logo-icon-name", "mate-disk-usage-analyzer", |