From 558ab0a13aa5a4ecd110859cb511043dc58341c5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 6 Jan 2020 14:59:34 -0300 Subject: [PATCH] Working on UI. --- src/objects/window/actions/setcolors.c | 3 ++- ui/application.xml | 22 ++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/objects/window/actions/setcolors.c b/src/objects/window/actions/setcolors.c index 4d9b6a1..93ada66 100644 --- a/src/objects/window/actions/setcolors.c +++ b/src/objects/window/actions/setcolors.c @@ -42,7 +42,8 @@ action->parent.name = "set.colors"; action->icon_name = "gtk-select-color"; - action->label = N_("Colors"); + action->label = _("Colors"); + action->tooltip = _("Change terminal colors"); return G_ACTION(action); diff --git a/ui/application.xml b/ui/application.xml index 4e8afdf..f2f82bc 100644 --- a/ui/application.xml +++ b/ui/application.xml @@ -184,7 +184,7 @@ win.file.transfer - + Close window @@ -355,10 +355,10 @@ _Network - + _Connect @@ -376,9 +376,19 @@ Settings - + + + + Application + app.preferences + + + + Current session + win.session.properties -- libgit2 0.21.2