Skip to content

Commit

Permalink
Fixed typo: informations->information
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopotediosi committed Dec 6, 2022
1 parent 1258d9a commit 24410b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/main_menu.xml
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_info_icon"
android:title="@string/informations"
android:title="@string/information"
android:orderInCategory="400"
android:icon="@drawable/ic_baseline_info_24"
app:showAsAction="ifRoom" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Expand Up @@ -12,7 +12,7 @@
<string name="enabled_only">Activer uniquement</string>
<string name="disabled_only">Désactiver uniquement</string>
<string name="silence_call_recording_alerts">Mettre sous silence les alertes d\’enregistrement des appels</string>
<string name="informations">Informations</string>
<string name="information">Informations</string>
<string name="dialer_not_installed_error">Il semblerait que l\'application Téléphone de Google ne soit pas installée. Installer la dernière version bêta depuis le magasin Google play store et essayez à nouveau. Si cette erreur survient à nouveau, veuillez ouvrir un ticket sur Github.</string>
<string name="phenotype_db_doesnt_exist_error">La base de données de l\’application téléphone n\’existe pas.\n\nSi vous avez déjà l\’application Services Google Play installée mais que cette erreur continue d\’apparaitre, veuillez ouvrir un ticket sur Github.</string>
<string name="if_bug_found_open_github_issue">Si vous pensez avoir trouver un bug, veuillez ouvrir un ticket sur Github.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-it/strings.xml
Expand Up @@ -12,7 +12,7 @@
<string name="enabled_only">Solo abilitati</string>
<string name="disabled_only">Solo disabilitati</string>
<string name="silence_call_recording_alerts">Silenzia gli audio degli avvisi di registrazione chiamata</string>
<string name="informations">Informazioni</string>
<string name="information">Informazioni</string>
<string name="dialer_not_installed_error">Sembra che Google Dialer non sia installato. Installa l\'ultima beta dal Play Store e riprova.\n\nSe invece Google Dialer è già installato e questo errore continua ad apparire, per favore apri una issue su Github.</string>
<string name="phenotype_db_doesnt_exist_error">Sembra che non esista il Phenotype DB.\n\nSe hai già installato Google Play Services ma questo errore continua ad apparire, per favore apri una issue su Github.</string>
<string name="if_bug_found_open_github_issue">Se credi di aver trovato dei bug per favore apri una issue su Github</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Expand Up @@ -16,7 +16,7 @@
<string name="github" translatable="false">Github</string>
<string name="github_link" translatable="false">https://github.com/jacopotediosi/GoogleDialerMod</string>
<string name="github_api_link" translatable="false">https://api.github.com/repos/jacopotediosi/GoogleDialerMod</string>
<string name="informations">Informations</string>
<string name="information">Information</string>
<string name="dialer_not_installed_error">It appears that Google Dialer is not installed. Install the latest beta from the Play Store and try again.\n\nIf instead Google Dialer is already installed and this error keeps appearing, please open an issue on Github.</string>
<string name="phenotype_db_doesnt_exist_error">Phenotype DB does not appear to exist.\n\nIf you have already installed Google Play Services but this error keeps appearing, please open an issue on Github.</string>
<string name="if_bug_found_open_github_issue">If you think you\'ve found any bugs please open an issue on Github</string>
Expand Down

0 comments on commit 24410b5

Please sign in to comment.