diff options
author | Abu Sakib <[email protected]> | 2020-06-08 14:44:50 +0600 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-06-09 12:31:44 +0200 |
commit | bb15b58b431f74c9394427ecba84d798902e8153 (patch) | |
tree | 215a7545c94014a924ec00f38326cd13fa1fb8b5 /charpick | |
parent | 10f3682c5ecb8cc04d42f630a1e4a1a7ba0b9075 (diff) | |
download | mate-applets-bb15b58b431f74c9394427ecba84d798902e8153.tar.bz2 mate-applets-bb15b58b431f74c9394427ecba84d798902e8153.tar.xz |
charpic-about: fix DE name in about dialog
Diffstat (limited to 'charpick')
-rw-r--r-- | charpick/charpick.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c index 97d36802..ad6b562a 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -583,8 +583,8 @@ about (GtkAction *action, "version", VERSION, "copyright", _("Copyright \xc2\xa9 1998, 2004-2005 GNOME Applets Maintainers and others\n" "Copyright \xc2\xa9 2012-2020 MATE developers"), - "comments", _("Mate Panel applet for selecting strange " - "characters that are not on my keyboard. " + "comments", _("MATE Panel applet for selecting strange " + "characters that are not on the keyboard. " "Released under GNU General Public Licence."), "authors", authors, "documenters", documenters, |