Skip to content

Commit 75af463

Browse files
committed
Release-prep updates
1 parent 27e748c commit 75af463

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

adm/style/manage_pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1>{{ lang('ACP_PAGES_MANAGE') }}</h1>
175175
{% endif %}
176176
</td>
177177
<td><a href="{{ page.U_PAGES_ROUTE }}">{{ lang('ACP_PAGES_VIEW') }}</a></td>
178-
<td><a href="{{ page.U_EDIT }}">{{ ICON_EDIT }}</a> <a href="{{ page.U_DELETE }}" data-ajax="row_delete">{{ ICON_DELETE }}</a></td>
178+
<td class="actions"><a href="{{ page.U_EDIT }}">{{ ICON_EDIT }}</a> <a href="{{ page.U_DELETE }}" data-ajax="row_delete">{{ ICON_DELETE }}</a></td>
179179
</tr>
180180
{% else %}
181181
<tr>

language/zh_cmn_hans/pages_acp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
'ACP_PAGES_FORM_GUESTS' => '游客可访问单页。',
9999
'ACP_PAGES_FORM_GUESTS_EXPLAIN' => '若设置为否,只有注册用户可以访问此单页。',
100100
'ACP_PAGES_FORM_VIEW_PAGE' => '单页链接',
101-
'ACP_PAGES_TITLE_SWITCH' => 'Display page title first',
102-
'ACP_PAGES_TITLE_SWITCH_EXPLAIN' => 'By default browsers will display this page’s title after the site name <samp style="white-space: nowrap">“Site Name - Page Title”</samp>. Enabling this option will display this page’s title before the site name <samp style="white-space: nowrap">“Page Title - Site Name”</samp>.',
101+
'ACP_PAGES_TITLE_SWITCH' => '首先显示页面标题',
102+
'ACP_PAGES_TITLE_SWITCH_EXPLAIN' => '浏览器默认在网站标题之后显示页面标题 <samp style="white-space: nowrap">“Site Name - Page Title”</samp>。 启用这个选项会让页面标题显示在网站标题的前面 <samp style="white-space: nowrap">“Page Title - Site Name”</samp>',
103103
'PARSE_HTML' => '解析 HTML',
104104

105105
// Page link location names

0 commit comments

Comments
 (0)