mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
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:
@@ -72,7 +72,7 @@ jQuery(document).ready(function() {
|
||||
{/if}
|
||||
|
||||
<div class="titrePage">
|
||||
<h2>{'Upload photos'|@translate}</h2>
|
||||
<h2>{'Upload Photos'|@translate}</h2>
|
||||
</div>
|
||||
|
||||
<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['Theme has been successfully installed'] = 'Theme has been successfully installed';
|
||||
$lang['Upgrade from %s to %s'] = 'Upgrade from %s to %s';
|
||||
$lang['Upload photos'] = 'Upload photos';
|
||||
$lang['Visit Gallery'] = 'Visit Gallery';
|
||||
$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.';
|
||||
|
||||
Reference in New Issue
Block a user