diff options
author | Yosef Or Boczko <yoseforb@src.gnome.org> | 2016-03-02 20:30:25 +0200 |
---|---|---|
committer | Yosef Or Boczko <yoseforb@src.gnome.org> | 2016-03-02 20:30:25 +0200 |
commit | 60a06020b1ca262008fc1067c47d5ba0c0b234f1 (patch) | |
tree | 25e92cf1e18ff9ef9df4e542d2f3f9c237107341 | |
parent | 26e325ce6cd2434c45ce828bd9d6dbb67d276cef (diff) | |
download | nautilus-60a06020b1ca262008fc1067c47d5ba0c0b234f1.tar.gz |
Mark a string as translatable
-rw-r--r-- | src/nautilus-search-popover.c | 2 |
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 |