Skip to content

Commit

Permalink
Renaming label to No Events insntead of No Event
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Leandro committed Feb 16, 2011
1 parent ea545d9 commit 749e4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages/songkick-concerts-and-festivals-fr_FR.po
Expand Up @@ -21,7 +21,7 @@ msgid "See all concerts"
msgstr "Voir tous les concerts"

#: songkick_concerts_and_festivals.php:172
msgid "No event..."
msgid "No events..."
msgstr "Aucun événement..."

#: songkick_concerts_and_festivals.php:187
Expand Down
2 changes: 1 addition & 1 deletion languages/songkick-concerts-and-festivals.pot
Expand Up @@ -21,7 +21,7 @@ msgid "See all concerts"
msgstr ""

#: songkick_concerts_and_festivals.php:172
msgid "No event..."
msgid "No events..."
msgstr ""

#: songkick_concerts_and_festivals.php:187
Expand Down
2 changes: 1 addition & 1 deletion songkick_concerts_and_festivals.php
Expand Up @@ -182,7 +182,7 @@ function songkick_widget($args) {

echo $before_widget . $before_title . $title . $after_title;
if (empty($events)) {
echo '<p>', htmlentities(__('No event...'), ENT_QUOTES, SONGKICK_I18N_ENCODING), '</p>';
echo '<p>', htmlentities(__('No events...'), ENT_QUOTES, SONGKICK_I18N_ENCODING), '</p>';
} else {
echo "<ul>";
foreach($events as $event) {
Expand Down

0 comments on commit 749e4d5

Please sign in to comment.