aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 15:30:28 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-18 15:30:28 +0200
commiteecd7e406d46bc34af9aeefa19370df657d2a4fd (patch)
tree90c25ae118c7a21d631b2d3d3e2ef55abfb7521a /src/Wallabag/CoreBundle/Controller/EntryController.php
parent519ba0b5e71cd9b5abd620f682fd2296e6180af3 (diff)
downloadwallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.gz
wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.tar.zst
wallabag-eecd7e406d46bc34af9aeefa19370df657d2a4fd.zip
Fixed some translations
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/EntryController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php2
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