summaryrefslogtreecommitdiff
path: root/src/nautilus-search-popover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-search-popover.c')
-rw-r--r--src/nautilus-search-popover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c
index c810b2083..2282dc38d 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -290,13 +290,13 @@ toggle_calendar_icon_clicked (GtkEntry *entry,
{
child = "date-calendar";
icon_name = "view-list-symbolic";
- tooltip = _("Show a list to select the date");
+ tooltip = _("Show Time Ranges");
}
else
{
child = "date-list";
icon_name = "x-office-calendar-symbolic";
- tooltip = _("Show a calendar to select the date");
+ tooltip = _("Use Calendar");
}
gtk_stack_set_visible_child_name (GTK_STACK (popover->around_stack), child);