diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-18 15:30:28 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-18 15:30:28 +0200 |
commit | eecd7e406d46bc34af9aeefa19370df657d2a4fd (patch) | |
tree | 90c25ae118c7a21d631b2d3d3e2ef55abfb7521a /src/Wallabag/CoreBundle/Controller | |
parent | 519ba0b5e71cd9b5abd620f682fd2296e6180af3 (diff) | |
download | wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.gz wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.zst wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.zip |
Fixed some translations
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/EntryController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index 775dfccd..ccdf9406 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php | |||
@@ -357,7 +357,7 @@ class EntryController extends Controller | |||
357 | } | 357 | } |
358 | 358 | ||
359 | /** | 359 | /** |
360 | * Changes star status for an entry. | 360 | * Changes starred status for an entry. |
361 | * | 361 | * |
362 | * @param Request $request | 362 | * @param Request $request |
363 | * @param Entry $entry | 363 | * @param Entry $entry |