diff --git a/README.md b/README.md
index 3fc1a0c5..4992258c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
## What it is
-DB Browser for SQLite is a high quality, visual, open source tool to
+_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to
create, design, and edit database files compatible with SQLite.
It is for users and developers wanting to create databases, search, and edit
@@ -29,6 +29,7 @@ Controls and wizards are available for users to:
* Import and export databases from/to SQL dump files
* Issue SQL queries and inspect the results
* Examine a log of all SQL commands issued by the application
+* Plot simple graphs based on table or query data
## What it is not
diff --git a/src/MainWindow.ui b/src/MainWindow.ui
index fc8c9c1f..0206c3cf 100644
--- a/src/MainWindow.ui
+++ b/src/MainWindow.ui
@@ -65,7 +65,7 @@
This is the structure of the opened database.
-You can drag SQL sentences from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
+You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
@@ -1138,8 +1138,8 @@ You can drag SQL sentences from an object row and drop them into other applicati
This is the structure of the opened database.
-You can drag multiple object names from the Name column and drop them into the SQL editor .
-You can drag SQL sentences from the Schema column and drop them into the SQL editor or into other applications.
+You can drag multiple object names from the Name column and drop them into the SQL editor.
+You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
@@ -1594,10 +1594,10 @@ You can drag SQL sentences from the Schema column and drop them into the SQL edi
&Execute SQL
- Execute SQL [F5, Ctrl+Return, Ctrl+R]
+ Execute all/selected SQL [F5, Ctrl+Return, Ctrl+R]
- This button executes all the SQL statements of the current editor tab
+ This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.