Skip to content

Commit

Permalink
commit message requried
Browse files Browse the repository at this point in the history
  • Loading branch information
v4lpt committed Aug 3, 2024
1 parent 4898d55 commit 002f0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<string name="bad_input">Ungültige Eingabe</string>
<string name="button_calculate">Berechne</string>
<string name="button_clear">Neu</string>
<string name="volume_beverage">Menge Getränk\n(Volumen)</string>
<string name="volume_beverage">Menge Flüssigkeit\n(Volumen)</string>
<string name="pure_alcohol">Reiner Alkohol</string>
<string name="unit_vol">Vol.-%</string>
<string name="percent_alcohol_edittext">Alkoholgehalt</string>
<string name="unit_grams">g</string>
<string name="line_pure_alcohol_info">Menge reiner Alkohol für gegebenes Getränk:</string>
<string name="line_pure_alcohol_info">Menge reiner Alkohol für gegebene Flüssigkeit:</string>
</resources>
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 @@ -29,5 +29,5 @@
<string name="unit_vol">v/v</string>
<string name="percent_alcohol_edittext">Alcohol content (Vol.-%)</string>
<string name="unit_grams">g</string>
<string name="line_pure_alcohol_info">Mass of pure alcohol for the given beverage:</string>
<string name="line_pure_alcohol_info">Mass of pure alcohol for the given liquid:</string>
</resources>

1 comment on commit 002f0bb

@v4lpt
Copy link
Owner Author

@v4lpt v4lpt commented on 002f0bb Aug 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow.

Please sign in to comment.