From 3aad0054fbc0f4492871ded0f508d6d3d264acef Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Wed, 1 May 2024 08:51:01 +0200 Subject: FIX strwrap computer->language for improved UI --- modules/computer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/computer.c b/modules/computer.c index 68802dea..075a2def 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -623,7 +623,7 @@ gchar *callback_os(void) info_add_group(info, _("Current Session"), info_field(_("Computer Name"), computer->os->hostname), info_field(_("User Name"), computer->os->username), - info_field(_("Language"), computer->os->language), + info_field(_("Language"), idle_free(strwrap(computer->os->language,80,';'))), info_field(_("Home Directory"), computer->os->homedir), info_field(_("Desktop Environment"), computer->os->desktop), info_field_last()); -- cgit v1.2.3