Commit 212c95665aa1fe62fa64bf40100a2048a69f9fb8

Authored by Antonio Terceiro
1 parent e85ae8ae

Fixing English wording

(ActionItem1357)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/slideshow_block.rb
@@ -30,7 +30,7 @@ class SlideshowBlock < Block @@ -30,7 +30,7 @@ class SlideshowBlock < Block
30 end 30 end
31 else 31 else
32 lambda do 32 lambda do
33 - content_tag('em', _('Please, select one gallery to display the images.')) 33 + content_tag('em', _('Please select a gallery to display its images.'))
34 end 34 end
35 end 35 end
36 end 36 end