From a54fd6e5c02aac4c2dafd3c3740fb29da92763ff Mon Sep 17 00:00:00 2001 From: Navdeep Singh Sidhu Date: Fri, 10 Aug 2018 18:03:55 -0500 Subject: [PATCH] * Fixed Typo Signed-off-by: Navdeep Singh Sidhu --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index df62dc23..44aa44e7 100755 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,7 +5,7 @@ summary: DB Browser for SQLite # 79 char long summary description: | - SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. Its interface is based on QT, and is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to: + SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. Its interface is based on Qt, and is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to: * Create and compact database files * Create, define, modify and delete tables * Create, define and delete indexes