Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Use "Search: query" instead of "DuckDuckGo: query"
Browse files Browse the repository at this point in the history
  • Loading branch information
rpicard committed May 7, 2012
1 parent 3704052 commit baaf2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/background.js
Expand Up @@ -43,7 +43,7 @@ window.addEventListener('load', function() {
var sd = opera.contexts.speeddial;

sd.url = url;
sd.title = "DuckDuckGo: " + title;
sd.title = "Search: " + title;
}
}

Expand Down

0 comments on commit baaf2b5

Please sign in to comment.