diff --git a/src/fetch/igdbfetcher.cpp b/src/fetch/igdbfetcher.cpp --- a/src/fetch/igdbfetcher.cpp +++ b/src/fetch/igdbfetcher.cpp @@ -70,7 +70,7 @@ } QString IGDBFetcher::attribution() const { - return i18n("This information was freely provided by IGDB.com."); + return i18n("This information was freely provided by IGDB.com."); } bool IGDBFetcher::canSearch(FetchKey k) const { diff --git a/src/fetch/mobygamesfetcher.cpp b/src/fetch/mobygamesfetcher.cpp --- a/src/fetch/mobygamesfetcher.cpp +++ b/src/fetch/mobygamesfetcher.cpp @@ -72,7 +72,7 @@ } QString MobyGamesFetcher::attribution() const { - return i18n("This information was freely provided by MobyGames."); + return i18n("This information was freely provided by MobyGames."); } bool MobyGamesFetcher::canSearch(FetchKey k) const {