- bug fixed : word "all" for creating all thumbnails is now in i18n
git-svn-id: http://piwigo.org/svn/trunk@716 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
59ab5dec26
commit
35c3e39bb8
4 changed files with 4 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
<input type="radio" name="n" value="5" {params.n_5_CHECKED} /> 5
|
||||
<input type="radio" name="n" value="10" {params.n_10_CHECKED} /> 10
|
||||
<input type="radio" name="n" value="20" {params.n_20_CHECKED} /> 20
|
||||
<input type="radio" name="n" value="all" {params.n_all_CHECKED} /> all
|
||||
<input type="radio" name="n" value="all" {params.n_all_CHECKED} /> {L_ALL}
|
||||
</td>
|
||||
<td>{L_CREATE_INFO}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue