diff --git a/README.md b/README.md index 585ef0b..1d6e03a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub issues](https://img.shields.io/github/issues/emericg/toolBLEx.svg?style=flat-square)](https://github.com/emericg/toolBLEx/issues) [![License: GPL v3](https://img.shields.io/badge/license-GPL%20v3-brightgreen.svg?style=flat-square)](http://www.gnu.org/licenses/gpl-3.0) -A Bluetooth Low Energy scanner and device analyzer. +A Bluetooth Low Energy device scanner and analyzer. > Available on Linux, macOS, Windows. @@ -50,7 +50,7 @@ $ make ##### Linux -Bluetooth driver support might be a little shaky... +Bluetooth support might be a little shaky?! ##### macOS diff --git a/assets/linux/toolblex.appdata.xml b/assets/linux/toolblex.appdata.xml index 91c243c..f732619 100644 --- a/assets/linux/toolblex.appdata.xml +++ b/assets/linux/toolblex.appdata.xml @@ -6,12 +6,17 @@ toolBLEx toolblex.desktop - A Bluetooth Low Energy scanner and device analyzer + A Bluetooth Low Energy device scanner and analyzer -

A Bluetooth Low Energy scanner and device analyzer

+

A Bluetooth Low Energy scanner device and analyzer

Features:

diff --git a/assets/linux/toolblex.desktop b/assets/linux/toolblex.desktop index 7981263..1aac40b 100644 --- a/assets/linux/toolblex.desktop +++ b/assets/linux/toolblex.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=toolBLEx -Comment=A Bluetooth Low Energy scanner and device analyzer +Comment=A Bluetooth Low Energy device scanner and analyzer Exec=toolblex Icon=toolblex Categories=Utility;DataVisualization;Qt; diff --git a/qml/ScreenSettings.qml b/qml/ScreenSettings.qml index 23a4c48..f0194ab 100644 --- a/qml/ScreenSettings.qml +++ b/qml/ScreenSettings.qml @@ -156,7 +156,7 @@ Loader { } Text { - text: qsTr("A Bluetooth Low Energy scanner and device analyzer") + text: qsTr("A Bluetooth Low Energy device scanner and analyzer") font.pixelSize: Theme.fontSizeContentVeryVeryBig color: Theme.colorSubText }