Skip to content

Commit

Permalink
fix(UI): Updated terminology: exercise -> training
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jun 4, 2024
1 parent eeb2b26 commit b1efaa4
Show file tree
Hide file tree
Showing 15 changed files with 708 additions and 396 deletions.
6 changes: 3 additions & 3 deletions data/xyz.safeworlds.hiit.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<summary>If the window is maximized</summary>
</key>
<key name="default-exercise-json" type="s">
<default>"{\"name\": \"Exercise\", \"sets\": 5, \"warmup_s\": 5, \"exercise_s\": 60, \"rest_s\": 20}"</default>
<summary>Default exercise setup, in JSON notation</summary>
<default>"{\"name\": \"Training\", \"sets\": 5, \"warmup_s\": 5, \"exercise_s\": 60, \"rest_s\": 20}"</default>
<summary>Default training setup, in JSON notation</summary>
</key>
<key name="exercise-json-list" type="s">
<default>"[]"</default>
<summary>List of exercise setups, in JSON notation</summary>
<summary>List of training setups, in JSON notation</summary>
</key>
<key name="warmup-s" type="u">
<default>5</default>
Expand Down
10 changes: 5 additions & 5 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ data/xyz.safeworlds.hiit.desktop.in.in
data/xyz.safeworlds.hiit.gschema.xml.in
data/xyz.safeworlds.hiit.metainfo.xml.in.in
src/app.rs
src/exercise_editor.rs
src/exercise_setup.rs
src/exercise_timer.rs
src/exercise_timer/audio_player.rs
src/exercise_timer/timer.rs
src/training_editor.rs
src/training_setup.rs
src/training_timer.rs
src/training_timer/audio_player.rs
src/training_timer/timer.rs
src/main.rs
src/settings_dialog.rs
src/settings.rs
Expand Down
Loading

0 comments on commit b1efaa4

Please sign in to comment.