From fda7560c49ed356e77b3f853eb913e712475a512 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 19 Apr 2023 16:22:04 -0300 Subject: profiles: standardize on just "GTK" on comments For consistency and to reduce confusion. The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1]. Note: This also fixes some adjacent typos. Commands used to search and replace: $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(sed -E \ -e 's/G[Tt][Kk]\+?/GTK/g' \ -e 's/GTK-.\.0/GTK/g' \ -e 's/GTK base/GTK-base/g' \ -e 's/GTK-base /GTK-based /g' \ -e 's/Light weight/Lightweight/g' \ -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'" Misc: I noticed this on #5722. [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html --- etc/profile-a-l/gajim.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/profile-a-l/gajim.profile') diff --git a/etc/profile-a-l/gajim.profile b/etc/profile-a-l/gajim.profile index c8414ad1b..7cef2dbbb 100644 --- a/etc/profile-a-l/gajim.profile +++ b/etc/profile-a-l/gajim.profile @@ -1,5 +1,5 @@ # Firejail profile for gajim -# Description: GTK+-based Jabber client +# Description: GTK-based Jabber client # This file is overwritten after every install/update # Persistent local customizations include gajim.local -- cgit v1.2.3-54-g00ecf