Browse Source

fix: aurtaugrrafe RSS

Martin Passard 6 years ago
parent
commit
ce753efd14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rss/RSSChecker.java

+ 1 - 1
src/rss/RSSChecker.java

@@ -104,7 +104,7 @@ public class RSSChecker implements Runnable {
 							}
 							if(!istherenews) {
 								istherenews=true;
-								b.sendMessageOnAllChannels("Nouveautée sur planet.ffdn.org:");
+								b.sendMessageOnAllChannels("Nouveauté sur planet.ffdn.org:");
 								
 							}
 							RssData rs = new RssData(article);