Merge pull request #3230 from movilla/close-amparito
Translation "[X] Close" photo-post [ci skip]
This commit is contained in:
commit
2f618f6dde
2 changed files with 2 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
<div id="lightbox">
|
||||
<div id="lightbox-content">
|
||||
<a href="#" id="lightbox-close-link">[x] close</a>
|
||||
<a href="#" id="lightbox-close-link">[x] {{t "header.close"}}</a>
|
||||
<img id="lightbox-image">
|
||||
<div id="lightbox-imageset"></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ en:
|
|||
recent_notifications: "Recent Notifications"
|
||||
mark_all_as_read: "Mark all as read"
|
||||
view_all: "View all"
|
||||
close: "close"
|
||||
|
||||
viewer:
|
||||
stop_following_post: "Stop following post"
|
||||
|
|
|
|||
Loading…
Reference in a new issue