Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Rogier committed Oct 8, 2021
1 parent b39a91f commit e5f9d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project/Source/Program/Translations/AppTranslations.News.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ static public readonly NullSafeDictionary<string, TranslationsDictionary> Notice

["9.8"] = new TranslationsDictionary
{
[Language.EN] = "• Added celebration context menu to open verses board from navigation window." + Globals.NL +
"• Fixed main form title bar refresh." + Globals.NL +
[Language.EN] = "• Fixed main form title bar refresh." + Globals.NL +
"• Fixed open all links count." + Globals.NL +
"• Code refactoring." + Globals.NL +
"• Updated and reorganize web links.",

[Language.FR] = "• Ajout d'un menu contextuel de célébration pour ouvrir le tableau des versets depuis la fenêtre de navigation." + Globals.NL +
"• Correction de la mise à jour du titre de la fenêtre principale." + Globals.NL +
[Language.FR] = "• Correction de la mise à jour du titre de la fenêtre principale." + Globals.NL +
"• Correction du nombre de tous les liens à ouvrir." + Globals.NL +
"• Refactorisation de code." + Globals.NL +
"• Mise à jour et réorganisation des liens Web."
},

Expand Down

0 comments on commit e5f9d4a

Please sign in to comment.