Skip to content

Commit 0c179ca

Browse files
committed
English translation improvement.
1 parent a48f8d7 commit 0c179ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ typeMismatch = Invalid value
44
t_login = Login
55
t_logout = Sign out
66
t_password = Password
7-
t_add_series = add stamp series
7+
t_add_series = add a stamp series
88
t_required_fields_legend = All fields marked by asterisk ({0}) must be filled.
99
t_registration_title = registration
1010
t_category = Category

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1111
<meta name="robots" content="noindex" />
12-
<title th:text="|#{t_my_stamps}: #{t_add_series}|">My stamps: add stamp series</title>
12+
<title th:text="|#{t_my_stamps}: #{t_add_series}|">My stamps: add a stamp series</title>
1313
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" th:href="${FAVICON_ICO}" />
1414
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
1515
<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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a th:href="@{${LIST_IMPORT_REQUESTS_PAGE}}" th:text="#{t_show_import_requests_list}" href="../series/import/list.html">show list of import requests</a>
7575
</li>
7676
<li sec:authorize="hasAuthority('CREATE_SERIES')">
77-
<a th:href="@{${ADD_SERIES_PAGE}}" th:text="#{t_add_series}" href="../series/add.html">add stamp series</a>
77+
<a th:href="@{${ADD_SERIES_PAGE}}" th:text="#{t_add_series}" href="../series/add.html">add a stamp series</a>
7878
</li>
7979
<li sec:authorize="hasAuthority('IMPORT_SERIES')">
8080
<a th:href="@{${REQUEST_IMPORT_SERIES_PAGE}}" th:text="#{t_import_series}" href="../series/import/request.html">import a series</a>

0 commit comments

Comments
 (0)