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