summaryrefslogtreecommitdiff
path: root/src/nautilus-search-popover.c
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@src.gnome.org>2016-03-02 20:30:25 +0200
committerYosef Or Boczko <yoseforb@src.gnome.org>2016-03-02 20:30:25 +0200
commit60a06020b1ca262008fc1067c47d5ba0c0b234f1 (patch)
tree25e92cf1e18ff9ef9df4e542d2f3f9c237107341 /src/nautilus-search-popover.c
parent26e325ce6cd2434c45ce828bd9d6dbb67d276cef (diff)
downloadnautilus-60a06020b1ca262008fc1067c47d5ba0c0b234f1.tar.gz
Mark a string as translatable
Diffstat (limited to 'src/nautilus-search-popover.c')
-rw-r--r--src/nautilus-search-popover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c
index e51f01c63..6369c522e 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -384,7 +384,7 @@ fill_fuzzy_dates_listbox (NautilusSearchPopover *popover)
current_date = g_date_time_new_now_local ();
/* Add the no date filter element first */
- row = create_row_for_label ("Any time", TRUE);
+ row = create_row_for_label (_("Any time"), TRUE);
gtk_container_add (GTK_CONTAINER (popover->dates_listbox), row);
/* This is a tricky loop. The main intention here is that each