Skip to content

Commit

Permalink
chore: add more details in the in-app about popup (fix #203, fix #202)
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 24, 2024
1 parent e009e86 commit 7f77081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="convertButton">Convertir</string>
<string name="resultText">Résultat (%1$s)</string>
<string name="actionAbout">À propos</string>
<string name="aboutText"><![CDATA[Le passage des anciens Francs aux nouveaux Francs s\'effectue automatiquement à partir de 1960.<br>Le passage des Francs à l\'Euro s\'effectue automatiquent à partir de 2002.<br><br>Une application créée par corenting.<br><a href="http://www.corenting.fr">Site web</a><br><br>Version :&nbsp;]]></string>
<string name="aboutText"><![CDATA[Pour la France, le passage des anciens Francs aux nouveaux Francs s\'effectue automatiquement à partir de 1960. Le passage des Francs à l\'Euro s\'effectue automatiquent à partir de 2002.<br><br>Une application créée par <a href="http://www.corenting.fr">corenting</a>.<br><br><a href="https://github.com/corenting/InflationCalculator">Dépôt Github</a> (code source et suivi des bugs)<br><br>Licence : MIT<br><br>Version :&nbsp;]]></string>
<string name="errorToast">Erreur lors de la conversion !</string>
<string name="euros">euros</string>
<string name="francs">francs</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string name="convertButton">Convert</string>
<string name="resultText">Result (%1$s)</string>
<string name="actionAbout">About</string>
<string name="aboutText"><![CDATA[The transition from old Francs to new Francs is automatic from 1960.<br>The transition from Francs to Euro is automatic from 2002.<br><br>This application was created by corenting.<br><a href="http://www.corenting.fr">Website</a><br><br>Version :&nbsp;]]></string>
<string name="aboutText"><![CDATA[For France, the transition from old Francs to new Francs is automatic from 1960. The transition from Francs to Euro is automatic from 2002.<br><br>This application was created by <a href="http://www.corenting.fr">corenting</a>.<br><br><a href="https://github.com/corenting/InflationCalculator">Github repository</a> (source code and issues tracker)<br><br>License: MIT<br><br>Version:&nbsp;]]></string>
<string name="errorToast">Error during the conversion!</string>
<string name="euros">euros</string>
<string name="francs">francs</string>
Expand Down

0 comments on commit 7f77081

Please sign in to comment.