bug fixed: typo on case for "Upload Photos" page title.
git-svn-id: http://piwigo.org/svn/trunk@5299 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5c4c58ee5f
commit
cdf89f21af
2 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ jQuery(document).ready(function() {
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="titrePage">
|
<div class="titrePage">
|
||||||
<h2>{'Upload photos'|@translate}</h2>
|
<h2>{'Upload Photos'|@translate}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="photosAddContent">
|
<div id="photosAddContent">
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,6 @@ $lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos
|
||||||
$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
|
$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
|
||||||
$lang['Theme has been successfully installed'] = 'Theme has been successfully installed';
|
$lang['Theme has been successfully installed'] = 'Theme has been successfully installed';
|
||||||
$lang['Upgrade from %s to %s'] = 'Upgrade from %s to %s';
|
$lang['Upgrade from %s to %s'] = 'Upgrade from %s to %s';
|
||||||
$lang['Upload photos'] = 'Upload photos';
|
|
||||||
$lang['Visit Gallery'] = 'Visit Gallery';
|
$lang['Visit Gallery'] = 'Visit Gallery';
|
||||||
$lang['Visit Piwigo project website'] = 'Visit Piwigo project website';
|
$lang['Visit Piwigo project website'] = 'Visit Piwigo project website';
|
||||||
$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
|
$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue