Skip to content

Commit 5784d48

Browse files
committed
Merge pull request #22 from tsawler/Development
Development
2 parents d7afab2 + a7c29b6 commit 5784d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.5.0",
13-
"illuminate/support": "5.0.*",
13+
"illuminate/support": ">=5.0.0",
1414
"intervention/image": "2.*"
1515
},
1616
"autoload": {

src/lang/fr/lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'upload' => 'Télécharger',
4+
'upload' => 'Charger',
55
'thumbnails' => 'Vignettes',
66
'list' => 'Liste',
77
'new_folder' => 'Nouveau dossier',

0 commit comments

Comments
 (0)