Skip to content

Commit 4c7bac8

Browse files
committed
English translation improvement.
1 parent 3a0cc67 commit 4c7bac8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/main/resources/ru/mystamps/i18n/Messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ t_category = Category
1111
t_country = Country
1212
t_image_url = Image URL
1313
t_add = Add
14-
t_add_country = add country
15-
t_create_category = add category
14+
t_add_country = add a country
15+
t_create_category = add a category
1616
t_issue_date = Date of release
1717
t_stamp = stamp
1818
t_stamps = stamps

src/main/webapp/WEB-INF/views/category/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1010
<meta name="robots" content="noindex" />
11-
<title th:text="|#{t_my_stamps}: #{t_create_category}|">My stamps: add category</title>
11+
<title th:text="|#{t_my_stamps}: #{t_create_category}|">My stamps: add a category</title>
1212
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" th:href="${FAVICON_ICO}" />
1313
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
1414
<link rel="stylesheet" href="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" th:href="${BOOTSTRAP_LANGUAGE}" />

src/main/webapp/WEB-INF/views/country/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1010
<meta name="robots" content="noindex" />
11-
<title th:text="|#{t_my_stamps}: #{t_add_country}|">My stamps: add country</title>
11+
<title th:text="|#{t_my_stamps}: #{t_add_country}|">My stamps: add a country</title>
1212
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" th:href="${FAVICON_ICO}" />
1313
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
1414
<link rel="stylesheet" href="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" th:href="${BOOTSTRAP_LANGUAGE}" />

src/main/webapp/WEB-INF/views/site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
<a th:href="@{${REQUEST_IMPORT_SERIES_PAGE}}" th:text="#{t_import_series}" href="../series/import/request.html">import a series</a>
8181
</li>
8282
<li sec:authorize="hasAuthority('CREATE_CATEGORY')">
83-
<a th:href="@{${ADD_CATEGORY_PAGE}}" th:text="#{t_create_category}" href="../category/add.html">add category</a>
83+
<a th:href="@{${ADD_CATEGORY_PAGE}}" th:text="#{t_create_category}" href="../category/add.html">add a category</a>
8484
</li>
8585
<li sec:authorize="hasAuthority('CREATE_COUNTRY')">
86-
<a th:href="@{${ADD_COUNTRY_PAGE}}" th:text="#{t_add_country}" href="../country/add.html">add country</a>
86+
<a th:href="@{${ADD_COUNTRY_PAGE}}" th:text="#{t_add_country}" href="../country/add.html">add a country</a>
8787
</li>
8888
<li sec:authorize="hasAuthority('ADD_PARTICIPANT')">
8989
<a th:href="@{${ADD_PARTICIPANT_PAGE}}" th:text="#{t_add_buyer_seller}" href="../participant/add.html">add buyer/seller</a>

src/test/robotframework/site/misc-admin.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Admin should see a link for adding series
2121

2222
Admin should see a link for adding countries
2323
[Tags] country
24-
Page Should Contain Link link=add country
24+
Page Should Contain Link link=add a country
2525

2626
Admin should see a link for listing countries
2727
[Tags] country
2828
Page Should Contain Link link=show list of countries
2929

3030
Admin should see a link for adding categories
3131
[Tags] category
32-
Page Should Contain Link link=add category
32+
Page Should Contain Link link=add a category
3333

3434
Admin should see a link for listing categories
3535
[Tags] category

0 commit comments

Comments
 (0)