diff --git a/source/en/content-paths.txt b/source/en/content-paths.txt
index 21091f0..4ff3c86 100644
--- a/source/en/content-paths.txt
+++ b/source/en/content-paths.txt
@@ -21,9 +21,9 @@ content on the web.
 
 ==== What is a Path?
 
-In Drupal terms, a path is the unique, last part of the URL for a specific
-function or piece of content. For example, for a page whose full URL is
-_http://example.com/node/7_, the path is _node/7_.
+A path is the unique, last part of the URL for a specific function or piece of
+ content. For example, for a page whose full URL  is
+ _http://example.com/node/7_, the path is _node/7_.
 
 Here are some examples of paths you might find in your site:
 
diff --git a/source/en/extend-module-find.txt b/source/en/extend-module-find.txt
index 9f9b56c..bf06357 100644
--- a/source/en/extend-module-find.txt
+++ b/source/en/extend-module-find.txt
@@ -34,7 +34,8 @@ Fill in the fields as shown below.
 |Maintenance status |How actively should the module be maintained? | Actively maintained
 |Development status |What kind of development should the module undergo?|Maintenance fixes only
 |Module categories |The module's topic area, e.g. _Content_ or _Event_.|Content
-|Core compatibility |The Drupal version the module is compatible with.|8.x
+|Core compatibility |The version of the core software the module is compatible
+ with.|8.x
 |Status |Project status: _Sandbox projects_ are experimental projects. _Full projects_ have already gone through an approval process, but they can still be in development.
  |Full projects
 |Search Modules |Search by search term in the module's description.|-
@@ -101,7 +102,7 @@ Fill in the fields as shown below.
 |================================
 |Field name |Explanation |Example value
 |Category |The module's topic area, e.g. _Content_ or _Event_.|Content
-|Version |The Drupal version the module is compatible with.|8.x
+|Version |The version of the core software the module is compatible with.|8.x
 |Title |Search in the module's title.|-
 |Body |Search in the module's description.|-
 |================================
diff --git a/source/en/glossary.txt b/source/en/glossary.txt
index 04f408a..07c3ba3 100644
--- a/source/en/glossary.txt
+++ b/source/en/glossary.txt
@@ -107,7 +107,7 @@
    <<understanding-distributions>> for more information.
 (((Drupal core,definition)))
 [[glossary-drupal-core]] Drupal core::
-   The files, themes, profiles, and modules included with the standard Drupal
+   The files, themes, profiles, and modules included with the standard
    project software download. See <<understanding-drupal>> for more information.
 (((Entity,definition)))
 [[glossary-entity]] Entity::
@@ -191,9 +191,10 @@
 (((LAMP (Linux Apache MySQL PHP),definition)))
 (((Linux Apache MySQL PHP (LAMP),definition))
 [[glossary-lamp]] LAMP::
-   Acronym for Linux, Apache, MySQL, and PHP: the software that Drupal
-   commonly runs on (although it can use other operating systems, web
-   servers, and databases). See <<install-requirements>> for more information.
+   Acronym for Linux, Apache, MySQL, and PHP: the software on the web server
+   that the scripts commonly run on (although it can use other operating
+   systems, web servers, and databases). See <<install-requirements>> for more
+   information.
 (((Log,definition)))
 [[glossary-log]] Log::
    A list of recorded events on the site, such as usage data, performance data,
@@ -205,8 +206,8 @@
    hierarchy. See <<menu-concept>> for more information.
 (((Module, definition)))
 [[glossary-module]] Module::
-   Software (usually PHP, JavaScript, and/or CSS) that extends site features and
-   adds functionality. The Drupal project distinguishes between
+   Software (usually PHP, JavaScript, and/or CSS) that extends site features
+   and adds functionality. The Drupal project distinguishes between
    _<<glossary-drupal-core,core>>_ and _<<glossary-contributed,contributed>>_
    modules. See <<understanding-modules>> for more information.
 (((Path,definition)))
diff --git a/source/en/install-prepare.txt b/source/en/install-prepare.txt
index e0b4e13..9074116 100644
--- a/source/en/install-prepare.txt
+++ b/source/en/install-prepare.txt
@@ -1,9 +1,9 @@
 [[install-prepare]]
 === Preparing to Install
 
-(((Installing,Drupal)))
-(((Drush tool,using to install Drupal)))
-(((Web installer,using to install Drupal)))
+(((Installing,the core software)))
+(((Drush tool,using to install the core software)))
+(((Web installer,using to install the core software)))
 
 ==== Goal
 
@@ -27,8 +27,9 @@ install it yourself, you can use Drush or the web installer.
 ===== Automated installation on an external server
 
 Free online options::
-  Use an online provider to get a demo installation of Drupal in 20 minutes or
-  less. See the https://www.drupal.org/try-drupal[Drupal.org page "Try Drupal"].
+  Use an online provider to get a demo installation of the core software in 20
+  minutes or less. See the https://www.drupal.org/try-drupal[Drupal.org page
+  "Try Drupal"].
 
 Install the core software at your hosting provider::
   If you choose to install the core software at your hosting provider, your
diff --git a/source/en/install-requirements.txt b/source/en/install-requirements.txt
index a47fba7..8eff07a 100644
--- a/source/en/install-requirements.txt
+++ b/source/en/install-requirements.txt
@@ -7,8 +7,8 @@
 (((Installation requirements,web server)))
 (((Installation requirements,database)))
 (((Installation requirements,PHP programming language)))
-(((Installing,Drupal)))
-(((Drupal installation,requirements)))
+(((Installing,core software)))
+(((Core software installation,requirements)))
 (((Disk space,installation requirements)))
 (((Web server,installation requirements)))
 (((Apache web server,version requirements)))
@@ -23,9 +23,9 @@
 
 // ==== Prerequisite knowledge
 
-==== What are the requirements for running Drupal?
+==== What are the requirements for running the core software?
 
-To install and run Drupal your web server must meet certain minimum
+To install and run the core software your web server must meet certain minimum
 requirements.
 
 ===== Disk space
@@ -41,7 +41,7 @@ Apache (Recommended)::
   Apache is the most commonly used web server. The core software will work on
   Apache 2.x hosted on UNIX/Linux, OS X, or Windows that have the mod_rewrite
   module installed and enabled. The Apache Virtualhost configuration must
-  contain the directive AllowOverride All to allow Drupal's .htaccess file to be
+  contain the directive AllowOverride All to allow the .htaccess file to be
   used.
 Nginx::
   Nginx is a commonly used web server that focuses on high concurrency,
@@ -57,9 +57,9 @@ Hiawatha::
 Microsoft IIS::
   Microsoft IIS is a web server and set of feature extension modules for use
   with Microsoft Windows. The core software will work with IIS 5, IIS 6, or IIS
-  7 if PHP is configured correctly. Because clean URLs are required in Drupal,
-  you may need to use a third party product. For IIS 7 you can use the Microsoft
-  URL Rewrite Module or a third party solution.
+  7 if PHP is configured correctly. Because clean URLs are required, you may
+  need to use a third party product. For IIS 7 you can use the Microsoft URL
+  Rewrite Module or a third party solution.
 
 ===== Database
 
diff --git a/source/en/install-run.txt b/source/en/install-run.txt
index 021c6cf..96453ee 100644
--- a/source/en/install-run.txt
+++ b/source/en/install-run.txt
@@ -10,7 +10,7 @@
 
 ==== Goal
 
-Install Drupal and create the admin account by running the included installer.
+Install the core software and create the admin account by running the included installer.
 
 ==== Prerequisite knowledge
 
diff --git a/source/en/menu-concept.txt b/source/en/menu-concept.txt
index c1e67a1..4cd1701 100644
--- a/source/en/menu-concept.txt
+++ b/source/en/menu-concept.txt
@@ -28,7 +28,7 @@ feature. Each menu automatically creates a block of the same name. By default,
 new menu items are placed inside a built-in menu labelled Main navigation, but
 administrators can also create custom menus.
 
-Drupal standard profile installation contains five menus:
+The standard profile installation contains five menus:
 
 Main menu::
   It's built by site administrators and displayed automatically in
diff --git a/source/en/planning-workflow.txt b/source/en/planning-workflow.txt
index d3e7cc5..cc163a9 100644
--- a/source/en/planning-workflow.txt
+++ b/source/en/planning-workflow.txt
@@ -22,8 +22,9 @@ collect information and write content, editors review, edit, ask for changes,
 and publish the content once it's considered ready to be shared with the
 audience.
 
-In Drupal, content types can have either a Published or an Unpublished flag to
-track their workflow states, that you can set for each content item when saving:
+In your site, content types can have either a Published or an Unpublished flag
+to track their workflow states, that you can set for each content item when
+saving:
 
 * Published content items are visible to all visitors of the site.
 
diff --git a/source/en/prevent-log.txt b/source/en/prevent-log.txt
index 2f79d05..261d1ec 100644
--- a/source/en/prevent-log.txt
+++ b/source/en/prevent-log.txt
@@ -22,7 +22,7 @@ You can find your site's _Recent log messages_ in the _Manage_ administrative
 menu under _Reports_ (_admin/reports/dblog_).
 
 // This screenshot was taken from a default Drupal Basic dblog (/admin/reports/dblog).
-image:images/prevent-log.png["Recent log messages of a Drupal site",width="100%"]
+image:images/prevent-log.png["Recent log messages of a basic site",width="100%"]
 
 //==== Related topics
 
diff --git a/source/en/prevent-status.txt b/source/en/prevent-status.txt
index b3973a0..5b32bfb 100644
--- a/source/en/prevent-status.txt
+++ b/source/en/prevent-status.txt
@@ -27,7 +27,7 @@ _Reports_, _Status report_ (_admin/reports/status_).
 
 
 // This screenshot was taken from a default Drupal Basic status report (/admin/reports/status).
-image:images/prevent-status.png["Status report of a Drupal site",width="100%"]
+image:images/prevent-status.png["Status report of a basic site",width="100%"]
 
 ==== Related topics
 
diff --git a/source/en/security-update-core.txt b/source/en/security-update-core.txt
index 7ca651f..bc500da 100644
--- a/source/en/security-update-core.txt
+++ b/source/en/security-update-core.txt
@@ -1,15 +1,15 @@
 [[security-update-core]]
 
-=== Updating Drupal core
+=== Updating the Core Software
 
-(((Drupal core,updating)))
-(((Drush tool,using to update Drupal core)))
-(((Administrative interface,using to update Drupal core)))
+(((Core software,updating)))
+(((Drush tool,using to update the core software)))
+(((Administrative interface,using to update the core software)))
 
 ==== Goal
 
-Update Drupal core, either through the administrative interface or by using
-Drush.
+Update the core software, either through the administrative interface or by
+using Drush.
 
 //==== Prerequisite knowledge
 
@@ -25,10 +25,10 @@ you to refer https://github.com/drush-ops/drush["Drush repository"]. Moreover,
 in case you don't have Drush installed on your server, <<install-tools>> will
 guide you on this.
 
-* We encourage you to test Drupal core update process in some test or
+* We encourage you to test the core update process in some test or
 development environment, and later proceed to the production environment upon
 success. <<install-dev-making>> recipe of the guide will help you how to setup
-your development environment for your Drupal application.
+your development environment for your application.
 
 ==== Steps
 
@@ -65,15 +65,14 @@ drush dl drupal
 
 [start=6]
 . Delete the _core_ directory, and all the independent files, including
-_.htaccess_, _composer.json_,_autoload.php_, and so on from your Drupal
-installation directory. In case, you had included any custom file or
-customized any of these files, it is *not recommended* to delete them; else
-you may end up losing the custom functionalities that use these
-custom/customized files.
+ _.htaccess_, _composer.json_,_autoload.php_, and so on from your installation
+ directory. In case, you had included any custom file or customized any of
+ these files, it is *not recommended* to delete them; else you may end up
+ losing the custom functionalities that use these custom/customized files.
 
 . Copy the _core_ directory and the non-custom/non-customized files that you may
 have deleted during the preceding step from the newly downloaded code base (in
-our case, _drupal-8.0.0-beta14_) and paste them to your Drupal site
+our case, _drupal-8.0.0-beta14_) and paste them to your site
 directory (version _8.0.0-beta13_).
 
 . Run the _update.php_ script using either of the following, and let the script
@@ -132,8 +131,8 @@ messages, we recommend you to follow the instructions on the
 https://www.drupal.org/project/registry_rebuild[_Drupal.org_ page "Registry
 Rebuild"].
 
-You may also refer _/core/UPGRADE.txt_ within your Drupal installation in case
-you want to learn more about updating Drupal core.
+You may also refer _/core/UPGRADE.txt_ within your installation in case you
+want to learn more about updating the core software.
 
 ==== Follow-on tasks
 
diff --git a/source/en/structure-content-type.txt b/source/en/structure-content-type.txt
index b7beae1..bff7b5c 100644
--- a/source/en/structure-content-type.txt
+++ b/source/en/structure-content-type.txt
@@ -59,8 +59,8 @@ content of this type. Fill in the fields as shown below.
 |================================
 | Field name | Explanation | Example value
 | Published | Make the content item published by default | Checked
-| Promoted to front page | In a default Drupal website this setting can be used to show content on the homepage. In your website you will not use this option. | Unchecked
-| Sticky at the top of the list | In a default Drupal website this setting can be used to keep content on top of a list. In your website you will not use this option. | Unchecked
+| Promoted to front page | In a default website this setting can be used to show content on the homepage. In your website you will not use this option. | Unchecked
+| Sticky at the top of the list | In a default website this setting can be used to keep content on top of a list. In your website you will not use this option. | Unchecked
 | Create new revision | Create a new revision each time the vendor is being edited. | Checked
 |================================
 +
diff --git a/source/en/structure-image-responsive.txt b/source/en/structure-image-responsive.txt
index 03cf525..8ec0f82 100644
--- a/source/en/structure-image-responsive.txt
+++ b/source/en/structure-image-responsive.txt
@@ -15,7 +15,7 @@
 
 ==== What are a responsive image styles?
 
-Drupal's "Responsive Image" module provides responsive image styles. This allows
+The core Responsive Image module provides responsive image styles. This allows
 you to have images in your website that are specifically sized for different
 screen Sizes. This is useful, for example, to make your site load faster on
 mobile devices because image sizes are optimized for smaller screens.
