Skip to content

Commit

Permalink
[fix] format string.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 9, 2025
1 parent d76865b commit 1e37cb6
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-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
<string name="failed_to_verify_custom_sudoku_toast">Verifizierung fehlgeschlagen: Dein Sudoku kann nicht gelöst werden.</string>
<string name="pref_deactivate_timer">Zeit deaktivieren</string>
<string name="game_config_unsupported">Diese Spielkombination ist momentan nicht unterstützt.</string>
<string name="levels_available">Levels verfügbar: %s</string>
<string name="levels_available">Levels verfügbar: %d</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 @@ -205,6 +205,6 @@
<string name="attachment_summary_off">Only download attachments when manually requested</string>
<string name="gametype_default_16x16" translatable="false">Sudoku 16x16</string>
<string name="game_config_unsupported">This game combination is currently not supported.</string>
<string name="levels_available">Levels available: %s</string>
<string name="levels_available">Levels available: %d</string>

</resources>

0 comments on commit 1e37cb6

Please sign in to comment.