summaryrefslogtreecommitdiff
path: root/src/nautilus-query-editor.c
diff options
context:
space:
mode:
authorMonica Baluna <monicamariabaluna@gmail.com>2016-11-02 18:27:28 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2016-11-03 13:18:02 +0200
commit01476a1e9acdea7a8e5a14ca9a7394acd8dc9263 (patch)
treedee9d4eaadae65ddde3bedd7490976fed4e3565b /src/nautilus-query-editor.c
parent3d50ceab14145912289cc0dc66c476037b5f4e08 (diff)
downloadnautilus-01476a1e9acdea7a8e5a14ca9a7394acd8dc9263.tar.gz
ui-utilities: clarify date label
Date label does not point out that nautilus searches for files modified or used after that date. In order to fix this, prepend "Since" to the date label. https://bugzilla.gnome.org/show_bug.cgi?id=767400
Diffstat (limited to 'src/nautilus-query-editor.c')
-rw-r--r--src/nautilus-query-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index b909ea940..54f2a237b 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -493,7 +493,7 @@ search_popover_date_range_changed_cb (NautilusSearchPopover *popover,
{
g_autofree gchar *text_for_date_range = NULL;
- text_for_date_range = get_text_for_date_range (date_range);
+ text_for_date_range = get_text_for_date_range (date_range, TRUE);
gd_tagged_entry_tag_set_label (priv->date_range_tag,
text_for_date_range);
gd_tagged_entry_add_tag (GD_TAGGED_ENTRY (priv->entry),