Skip to content

Commit 2117b37

Browse files
committed
Minor language cleanup
1 parent 03821e6 commit 2117b37

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

my.php

+7-9
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
<h1>My PHP.net</h1>
7676

7777
<p>
78-
This page allows you to customize the PHP.net site to some degree
79-
to your own liking.
78+
This page allows you to customize the PHP.net site.
8079
</p>
8180

8281
<?php if (!is_official_mirror()) { ?>
@@ -88,9 +87,8 @@
8887
</p>
8988
<?php } else { ?>
9089
<p>
91-
These settings will be active on all official PHP.net mirror sites,
92-
and are stored using cookies, so you need to have cookies enabled
93-
to let your settings work.
90+
These settings are cookie-based and will work on all official PHP.net
91+
mirror sites.
9492
</p>
9593
<?php } ?>
9694

@@ -101,7 +99,7 @@
10199
is determined by checking for the following settings. The list is
102100
in priority order, the first is the most important. Normally you don't
103101
need to set your preferred language, as your last seen language is
104-
always remembered, and is a good estimate on your preferred language
102+
always remembered, and is a good estimate of your preferred language
105103
most of the time.
106104
</p>
107105

@@ -145,7 +143,7 @@
145143
</p>
146144

147145
<p>
148-
The language setting is honored when you use an
146+
The language setting is honored when you use a
149147
<a href="/urlhowto.php">URL shortcut</a>, when you start
150148
a function list search on a non-manual page, when you visit
151149
the <a href="/download-docs.php">manual download</a> or
@@ -176,7 +174,7 @@
176174
<h2>URL search fallback</h2>
177175

178176
<p>
179-
When you try to access a PHP.net page via an URL shortcut, and
177+
When you try to access a PHP.net page via a URL shortcut, and
180178
the site is unable to find that particular page, it falls back
181179
to a documentation search, or a function list lookup, depending on
182180
your choice. The default is a function list lookup, as most of
@@ -250,7 +248,7 @@
250248
<h2>User Group tips</h2>
251249

252250
<p>
253-
We are experimenting with listing near by User Groups. This feature is highly experimental
251+
We are experimenting with listing nearby user groups. This feature is highly experimental
254252
and will very likely change a lot and be broken at times.
255253
</p>
256254
<label for="showugenable">Enable UG tips</label> <input type="radio" name="showug" id="showugenable" value="enable" <?php echo myphpnet_showug() ? "checked=checked" : "" ?>><br>

0 commit comments

Comments
 (0)