From 3fba8aa1cf934f7082e52b50d3b3e486521c32af Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 26 Nov 2017 21:40:07 +0100 Subject: [PATCH] tint2conf: Fix tooltip (issue #588) --- src/tint2conf/properties.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tint2conf/properties.c b/src/tint2conf/properties.c index a86beb8..2c63a11 100644 --- a/src/tint2conf/properties.c +++ b/src/tint2conf/properties.c @@ -5166,8 +5166,8 @@ void create_systemtray(GtkWidget *parent) _("Specifies the order used to arrange the system tray icons. \n" "'Ascending' means that icons are sorted in ascending order of their window names. \n" "'Descending' means that icons are sorted in descending order of their window names. \n" - "'Left to right' means that icons are always added to the left. \n" - "'Right to left' means that icons are always added to the right."), + "'Left to right' means that icons are always added to the right. \n" + "'Right to left' means that icons are always added to the left."), NULL); row++;