Skip to content

Commit

Permalink
[PTRun][WebSearch]Fix title not displaying the last letter (microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
octastylos-pseudodipteros authored Oct 18, 2024
1 parent 2ef987e commit 2335501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public List<Result> Query(Query query)
string arguments = "? ";
results.Add(new Result
{
Title = Properties.Resources.plugin_description.Remove(Description.Length - 1, 1),
Title = Properties.Resources.plugin_description,
SubTitle = string.Format(CultureInfo.CurrentCulture, PluginInBrowserName, BrowserInfo.Name ?? BrowserInfo.MSEdgeName),
QueryTextDisplay = string.Empty,
IcoPath = _iconPath,
Expand Down

0 comments on commit 2335501

Please sign in to comment.