Graph title.

Commit
1ca185c3f1f2df8ac1277575520bc8b9265b2cfa
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTGraph.class.st
index d79759f4..5d1e0371 100644..100644
@@ -59,3 +59,12 @@
59 59 }
60 60 });'
61 61 ]
62 Added:
63 Added: { #category : #accessing }
64 Added: MFTGraph >> title [
65 Added:
66 Added: ^ ('^MFT(.*)Graph$' asRegex
67 Added: search: self class name;
68 Added: subexpression: 2) asCapitalizedPhrase ifNil: [
69 Added: 'Default Graph' ]
70 Added: ]