Skip to content

Commit

Permalink
Fixed german short_description: Text was longer than 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Mar 9, 2022
1 parent eb8ff0d commit f5a5feb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/debug/res/values-de/fdroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- This becomes .../fastlane/metadata/android/short_description.txt.
See https://f-droid.org/docs/Build_Metadata_Reference/#Summary
Do not exceed 80 character limit -->
<string name="short_description">"Erstelle und versende eine Verabredungs-Bestätigungs-Nachricht aus einem Android-Kalender-Eintrag."</string>
<string name="short_description">"Erstelle Verabredungs-Bestätigungs-Nachricht aus Android-Kalender-Eintrag."</string>

<!-- This becomes .../fastlane/metadata/android/full_description.txt.
See https://f-droid.org/docs/Build_Metadata_Reference/#Description
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de-DE/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Erstelle und versende eine Verabredungs-Bestätigungs-Nachricht aus einem Android-Kalender-Eintrag.
Erstelle Verabredungs-Bestätigungs-Nachricht aus Android-Kalender-Eintrag.
5 changes: 3 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* reordered Fields in Settings.
* Fixed Initialisation Error if settings was never called.
* reordered Fields in Settings-Page.
* Fixed crash when Settings-Page was never called.
* Fixed german short_description: Text was longer than 80 chars

0 comments on commit f5a5feb

Please sign in to comment.