From 65e94d3c0f91f8b2be3cf6638e7c25dbfce55df3 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 30 May 2017 17:39:31 +0200 Subject: [PATCH] Fix typo in English future date interval language items --- wcfsetup/install/lang/en.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 01f34f75e0..986fe2ef07 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1978,13 +1978,13 @@ Errors are: 1}{#$months} months{else}A Month{/if} ago]]> 1}{#$weeks} weeks{else}A week{/if} ago]]> 1}{#$years} years{else}A year{/if} ago]]> - 1}{#$days} days{else}A day{/if}]]> + 1}{#$days} days{else}a day{/if}]]> 1}{#$years} years{else}a year{/if}{/if}{if $months}{if $firstElement != 'months'}{if $lastElement == 'months'} and {else}, {/if}{/if}{if $months > 1}{#$months} months{else}a month{/if}{/if}{if $weeks}{if $firstElement != 'weeks'}{if $lastElement == 'weeks'} and {else}, {/if}{/if}{if $weeks > 1}{#$weeks} weeks{else}a week{/if}{/if}{if $days}{if $firstElement != 'days'}{if $lastElement == 'days'} and {else}, {/if}{/if}{if $days > 1}{#$days} days{else}a day{/if}{/if}{if $hours}{if $firstElement != 'hours'}{if $lastElement == 'hours'} and {else}, {/if}{/if}{if $hours > 1}{#$hours} hours{else}an hour{/if}{/if}{if $minutes}{if $firstElement != 'minutes' && $lastElement == 'minutes'} and {/if}{if $minutes > 1}{#$minutes} minutes{else}a minute{/if}{/if}]]> - 1}{#$hours} hours{else}An hour{/if}]]> - 1}{#$minutes} minutes{else}A minute{/if}]]> - 1}{#$months} months{else}A Month{/if}]]> - 1}{#$weeks} weeks{else}A week{/if}]]> - 1}{#$years} years{else}A year{/if}]]> + 1}{#$hours} hours{else}an hour{/if}]]> + 1}{#$minutes} minutes{else}a minute{/if}]]> + 1}{#$months} months{else}a Month{/if}]]> + 1}{#$weeks} weeks{else}a week{/if}]]> + 1}{#$years} years{else}a year{/if}]]> -- 2.20.1