Skip to content

Commit 2c84518

Browse files
authored
Merge pull request #177 from Ordisoftware/dev
Update text
2 parents 6a12ccc + d79e63f commit 2c84518

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Project/Source/Program/AppTranslations.News.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ static public readonly NullSafeDictionary<string, TranslationsDictionary> Notice
126126
"Mise à jour des liens web."
127127
},
128128

129+
["5.2"] = new TranslationsDictionary
130+
{
131+
[Language.EN] = "Fix exception in analysis meanings comboboxes introduced in previous version." + Globals.NL +
132+
"Web links updated.",
133+
134+
[Language.FR] = "Correction d'une exception dans les listes déroulantes des significations d'analyse introduite dans la version précédente.." + Globals.NL +
135+
"Mise à jour des liens web."
136+
},
137+
129138
};
130139

131140
}

0 commit comments

Comments
 (0)