Commit 68a238b5 authored by Patrick Schmalstig's avatar Patrick Schmalstig
Browse files

Fixed MANTIS-5723 ("Images and Videos under..." text is too specific)

parent 50d5235c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ CYCLE_DURATION=Cycle Duration
EFFECT=Effect
FULLSCREEN=Fullscreen
SUBGALLERIES=Subgalleries
IMAGES_AND_VIDEOS_IN=Images and Videos under “{1}”
ENTRIES_IN=Entries under “{1}”
SHOW_DETAILS=Show Details
PLAY_OR_PAUSE=Play/Pause
SHOW_OR_HIDE_CAPTIONS=Show/Hide Captions
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@
	margin-bottom: 30px;
}

.gallery-mode-screen .heading-images-and-videos {
.gallery-mode-screen .heading-gallery-entries-in {
	margin-top: 40px;
}

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

		{$GET,children}

		<h2 class="heading-images-and-videos">{!IMAGES_AND_VIDEOS_IN,{_TITLE}}</h2>
		<h2 class="heading-gallery-entries-in">{!ENTRIES_IN,{_TITLE}}</h2>
	{+END}

	{CURRENT_ENTRY}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	{+END}

	{+START,IF_NON_EMPTY,{$GET,children}}{+START,IF_NON_EMPTY,{$GET,entries}}
		<h2 class="heading-images-and-videos">{!IMAGES_AND_VIDEOS_IN,{_TITLE}}</h2>
		<h2 class="heading-gallery-entries-in">{!ENTRIES_IN,{_TITLE}}</h2>
	{+END}{+END}

	{+START,IF_NON_EMPTY,{$GET,entries}}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	{+END}

	{+START,IF_NON_EMPTY,{$GET,children}}{+START,IF_NON_EMPTY,{$GET,entries}}
		<h2 class="heading-images-and-videos">{!IMAGES_AND_VIDEOS_IN,{_TITLE}}</h2>
		<h2 class="heading-gallery-entries-in">{!ENTRIES_IN,{_TITLE}}</h2>
	{+END}{+END}

	{+START,IF_NON_EMPTY,{$GET,entries}}