[file-roller/wip/gtk4] location bar: use the same tooltip text used in the main location bar
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller/wip/gtk4] location bar: use the same tooltip text used in the main location bar
- Date: Sat, 15 Oct 2022 15:19:25 +0000 (UTC)
commit a43bca7c48d513bed50e0bd964565c7c35d12dbf
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Oct 15 17:13:23 2022 +0200
location bar: use the same tooltip text used in the main location bar
src/fr-location-bar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/fr-location-bar.c b/src/fr-location-bar.c
index 49caf18c..0fdf63e4 100644
--- a/src/fr-location-bar.c
+++ b/src/fr-location-bar.c
@@ -227,7 +227,7 @@ fr_location_bar_init (FrLocationBar *self)
self);
private->parent_location_button = button = gtk_button_new_from_icon_name ("go-up-symbolic");
- gtk_widget_set_tooltip_text (button, _("Open the parent location"));
+ gtk_widget_set_tooltip_text (button, _("Go to the parent location"));
g_signal_connect (button,
"clicked",
G_CALLBACK (parent_location_button_clicked_cb),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]