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 /mate-dictionary | |
parent | 37fca317ce338f105aaae8dee53cb79993c8fed6 (diff) | |
download | mate-utils-b411957943122bb9ba71444eaf9a970c25c63e5b.tar.bz2 mate-utils-b411957943122bb9ba71444eaf9a970c25c63e5b.tar.xz |
expand the comments on about dialogs
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/src/gdict-about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index 87ae9061..7a4979b4 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -54,7 +54,7 @@ gdict_show_about_dialog (GtkWidget *parent) }; const gchar *translator_credits = _("translator-credits"); - const gchar *comments = _("Look up words in dictionaries"); + const gchar *comments = _("Look up words or terms in a dictionary source."); const gchar* license[] = { N_("This program is free software; you can redistribute it and/or " |