From a9e8849ad0be3a96b30f306375fc4a3ae3933b63 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Thu, 5 Oct 2023 14:41:59 +0200 Subject: [PATCH] Extend plugin descriptions --- opi/plugins/dotnet.py | 2 +- opi/plugins/ms_edge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opi/plugins/dotnet.py b/opi/plugins/dotnet.py index 0819f80..a62b9c4 100644 --- a/opi/plugins/dotnet.py +++ b/opi/plugins/dotnet.py @@ -3,7 +3,7 @@ class MSDotnet(BasePlugin): main_query = 'dotnet' - description = 'Microsoft .NET' + description = 'Microsoft .NET framework' queries = ['dotnet-sdk', 'dotnet'] @classmethod diff --git a/opi/plugins/ms_edge.py b/opi/plugins/ms_edge.py index cf6f5a4..6161cdc 100644 --- a/opi/plugins/ms_edge.py +++ b/opi/plugins/ms_edge.py @@ -5,7 +5,7 @@ class MSEdge(BasePlugin): main_query = 'msedge' - description = 'Microsoft Edge' + description = 'Microsoft Edge web browser' queries = ['microsoft-edge', 'msedge', 'edge'] @classmethod