Skip to content

Commit 6cfef40

Browse files
committed
Don't change label
1 parent 1bedcc4 commit 6cfef40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/fuzzy-search/fuzzy-search.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class Scratch.Plugins.FuzzySearch: Peas.ExtensionBase, Scratch.Services.A
9090

9191
handle_opened_projects_change ();
9292

93-
var label = new Granite.AccelLabel (_("Search Project Files")) {
93+
var label = new Granite.AccelLabel (_("Find Project Files")) {
9494
action_name = ACTION_PREFIX + ACTION_SHOW,
9595
accel_string = accel_string
9696
};

0 commit comments

Comments
 (0)