Skip to content

Commit

Permalink
#3 Translation improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 17, 2021
1 parent b88aaa2 commit 73dff8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions potiboard2/theme/mono_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1><a href="<% echo(self2) %>"><% echo(title) %></a></h1>
<% def(paint2) %>
<ul>
<li>Canvas size is width 300px to <% echo (pmaxw) %>px, height 300px to <% echo (pmaxh) %>px.</li>
<li>The image is reduced display if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<li>The image is reduced displayed if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<% def(addinfo) %><% echo (addinfo) %><% /def %>
</ul>
<% /def %>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h1><a href="<% echo(self2) %>"><% echo(title) %></a></h1>
<% /def %>
<% /def %>
<li>Attachable files type: GIF, JPG, PNG and WEBP. </li>
<li>The image is reduced display if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<li>The image is reduced displayed if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<% /def %>
<li>The maximum amount of posted data is <% echo(maxkb) %>KB. With sage function.</li>
<% def(addinfo) %><% echo (addinfo) %><% /def %>
Expand Down
2 changes: 1 addition & 1 deletion potiboard2/theme/mono_other.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2 class="oekaki">post form<% def(admin) %> - ADMIN MODE-<% /def %></h2>
<ul>
<% def(upfile) %>
<li>Attachable files type: GIF, JPG, PNG and WEBP.</li>
<li>The image is reduced display if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<li>The image is reduced displayed if it exceeds this size, width <% echo (maxw) %>px, height <% echo (maxh) %>px.</li>
<li>The maximum amount of posted data is <% echo(maxkb) %>KB. With sage function.</li>
<% /def %>
<% def(rewrite) %>
Expand Down

0 comments on commit 73dff8b

Please sign in to comment.