We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bedcc4 commit 6cfef40Copy full SHA for 6cfef40
plugins/fuzzy-search/fuzzy-search.vala
@@ -90,7 +90,7 @@ public class Scratch.Plugins.FuzzySearch: Peas.ExtensionBase, Scratch.Services.A
90
91
handle_opened_projects_change ();
92
93
- var label = new Granite.AccelLabel (_("Search Project Files…")) {
+ var label = new Granite.AccelLabel (_("Find Project Files")) {
94
action_name = ACTION_PREFIX + ACTION_SHOW,
95
accel_string = accel_string
96
};
0 commit comments