Fixed typo (are -> is)

This commit is contained in:
Franck Allimant
2014-02-04 01:37:56 +01:00
parent 3efc724101
commit 5381bb2f44
4 changed files with 5 additions and 5 deletions

View File

@@ -265,7 +265,7 @@
{if $countvar == 0}
<div class="alert alert-info">
{intl l="There are currently no active module here."}
{intl l="There is currently no active module here."}
</div>
{/if}
</div>

View File

@@ -97,7 +97,7 @@
{$myparent=$DEFAULT_FOLDER}
{loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
<option value="{$ID}" style="padding-left: {3 + $LEVEL * 20}px" {if $myparent == $ID}selected="selected"{/if}>{$TITLE}</option>
{/loop }
{/loop}
</select>
</div>
@@ -160,7 +160,7 @@
{if $countvar == 0}
<div class="alert alert-info">
{intl l="There are currently no active module here."}
{intl l="There is currently no active module here."}
</div>
{/if}
</div>

View File

@@ -147,7 +147,7 @@
{if $countvar == 0}
<div class="alert alert-info">
{intl l="There are currently no active module here."}
{intl l="There is currently no active module here."}
</div>
{/if}
</div>

View File

@@ -113,7 +113,7 @@
{if $countvar == 0}
<div class="alert alert-info">
{intl l="There are currently no active module here."}
{intl l="There is currently no active module here."}
</div>
{/if}
</div>