Skip to content

Commit 13923b4

Browse files
committed
improved english wording
1 parent 0a25602 commit 13923b4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

_src/app/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ <h3>PL/pgSQL code maintenance made easy</h3>
6767
<div class="container">
6868
<div class="row">
6969
<div class="col-sm-12 text-center">
70-
<h2>A tool for easier PostgreSQL development</h2>
71-
<p class="lead text-about">Finds differences between database objects and creates migration scripts, interactively or automatically.</p>
70+
<h2>PostgreSQL schema development tool</h2>
71+
<p class="lead text-about">Easily find differences between database objects and create migration scripts, interactively or automatically.</p>
7272
</div>
7373
</div>
7474
</div>
@@ -90,7 +90,7 @@ <h2>Features</h2>
9090
<div class="text-content">
9191
<p class="feature-title">Compare databases</p>
9292
<p class="text-descr">
93-
Comparing database code is very easy now. Compare live DB instances,
93+
Comparing database code is made easy with pgCodeKeeper. Compare live DB instances,
9494
pg_dump output, as well as pgCodeKeeper projects.
9595
</p>
9696
</div>
@@ -109,7 +109,7 @@ <h2>Features</h2>
109109
<div class="text-content">
110110
<p class="feature-title">Generate migration scripts</p>
111111
<p class="text-descr">
112-
Generate migration scripts via a user-friendly interface. You can use both
112+
Generate migration scripts in a user-friendly interface. You can use both
113113
live DB instances and DB dumps as initial data.
114114
You can also compare pgCodeKeeper projects — useful when working with versions control systems.
115115
</p>
@@ -131,7 +131,7 @@ <h2>Features</h2>
131131
<p class="text-descr">
132132
pgCodeKeeper is an Eclipse IDE plug-in. The DB code is saved as an Eclipse project, and the
133133
project can be tracked under any of the versions control systems supported by Eclipse — Git, SVN,
134-
Mercurial, CVS and many others.
134+
Mercurial, CVS and others.
135135
</p>
136136
</div>
137137
</div>
@@ -151,7 +151,7 @@ <h2>Features</h2>
151151
<p class="text-descr">
152152
<a href="https://github.com/pgcodekeeper/pgcodekeeper/releases" data-toggle="tooltip" data-placement="top"
153153
title="Download pgCodeKeeper CLI">pgCodeKeeper-cli</a>
154-
can work in non-interactive mode, which is convenient when setting up
154+
can work non-interactively, which is convenient when setting up
155155
continuous integration pipelines.
156156
</p>
157157
</div>

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ <h3>PL/pgSQL code maintenance made easy</h3>
128128
<div class="container">
129129
<div class="row">
130130
<div class="col-sm-12 text-center">
131-
<h2>A tool for easier PostgreSQL development</h2>
132-
<p class="lead text-about">Finds differences between database objects and creates migration scripts, interactively or automatically.</p>
131+
<h2>PostgreSQL schema development tool</h2>
132+
<p class="lead text-about">Easily find differences between database objects and create migration scripts, interactively or automatically.</p>
133133
</div>
134134
</div>
135135
</div>
@@ -151,7 +151,7 @@ <h2>Features</h2>
151151
<div class="text-content">
152152
<p class="feature-title">Compare databases</p>
153153
<p class="text-descr">
154-
Comparing database code is very easy now. Compare live DB instances,
154+
Comparing database code is made easy with pgCodeKeeper. Compare live DB instances,
155155
pg_dump output, as well as pgCodeKeeper projects.
156156
</p>
157157
</div>
@@ -170,7 +170,7 @@ <h2>Features</h2>
170170
<div class="text-content">
171171
<p class="feature-title">Generate migration scripts</p>
172172
<p class="text-descr">
173-
Generate migration scripts via a user-friendly interface. You can use both
173+
Generate migration scripts in a user-friendly interface. You can use both
174174
live DB instances and DB dumps as initial data.
175175
You can also compare pgCodeKeeper projects — useful when working with versions control systems.
176176
</p>
@@ -192,7 +192,7 @@ <h2>Features</h2>
192192
<p class="text-descr">
193193
pgCodeKeeper is an Eclipse IDE plug-in. The DB code is saved as an Eclipse project, and the
194194
project can be tracked under any of the versions control systems supported by Eclipse — Git, SVN,
195-
Mercurial, CVS and many others.
195+
Mercurial, CVS and others.
196196
</p>
197197
</div>
198198
</div>
@@ -212,7 +212,7 @@ <h2>Features</h2>
212212
<p class="text-descr">
213213
<a href="https://github.com/pgcodekeeper/pgcodekeeper/releases" data-toggle="tooltip" data-placement="top"
214214
title="Download pgCodeKeeper CLI">pgCodeKeeper-cli</a>
215-
can work in non-interactive mode, which is convenient when setting up
215+
can work non-interactively, which is convenient when setting up
216216
continuous integration pipelines.
217217
</p>
218218
</div>

0 commit comments

Comments
 (0)