summaryrefslogtreecommitdiff
path: root/src/searches/Branch.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/searches/Branch.vala')
-rw-r--r--src/searches/Branch.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searches/Branch.vala b/src/searches/Branch.vala
index b8ed334..0c86733 100644
--- a/src/searches/Branch.vala
+++ b/src/searches/Branch.vala
@@ -74,7 +74,7 @@ public class Searches.Header : Sidebar.Header, Sidebar.Contextable {
Gtk.ActionEntry[] actions = new Gtk.ActionEntry[0];
Gtk.ActionEntry new_search = { "CommonNewSearch", null, TRANSLATABLE, null, null, on_new_search };
- new_search.label = _("Ne_w Saved Search...");
+ new_search.label = _("Ne_w Saved Search…");
actions += new_search;
group.add_actions(actions, this);