Skip to content

Commit

Permalink
fix for gender text on life history for individuals
Browse files Browse the repository at this point in the history
  • Loading branch information
nebogeo committed Apr 16, 2018
1 parent 04ba50f commit 9cefb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/assets/life-history.scm
Expand Up @@ -66,7 +66,7 @@
(symbol-list-to-names
(lifehist-types (if (equal? gender "female") 'female 'male))))
(update-widget 'text-view (get-id "mongooselifehist-title") 'text
(string-append "New life history event for this " (lifehist-text gender)))))
(string-append "New life history event for this " gender))))

(define (build-lifehist type)
(let ((typeid (symbol->string type)))
Expand Down

0 comments on commit 9cefb83

Please sign in to comment.