diff options
author | rbuj <[email protected]> | 2020-03-30 22:51:18 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-03 16:13:24 +0200 |
commit | b91b1780c4046c103c91e496f6fe06380dc93c45 (patch) | |
tree | fcc7760f0f3cf0ed7df102ab89553c73e2b41aa2 /src/terminal-window.c | |
parent | c8dd5b0e719970c374fb28ccd167769734c5207b (diff) | |
download | mate-terminal-b91b1780c4046c103c91e496f6fe06380dc93c45.tar.bz2 mate-terminal-b91b1780c4046c103c91e496f6fe06380dc93c45.tar.xz |
terminal-window: expand the content of the comment on about dialog
Diffstat (limited to 'src/terminal-window.c')
-rw-r--r-- | src/terminal-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c index 612075c..5e98629 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -4457,7 +4457,7 @@ help_about_callback (GtkAction *action, licence_text = terminal_util_get_licence_text (); - comments = g_strdup_printf (_("A terminal emulator for the MATE desktop\nUsing VTE %d.%d.%d"), + comments = g_strdup_printf (_("MATE Terminal is a terminal emulator for the MATE Desktop Environment.\nPowered by Virtual TErminal %d.%d.%d"), vte_get_major_version (), vte_get_minor_version (), vte_get_micro_version ()); gtk_show_about_dialog (GTK_WINDOW (window), |