diff options
| author | jmoenig <jens@moenig.org> | 2015-06-25 15:20:05 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2015-06-25 15:20:05 +0200 |
| commit | 8a7bc380a8df03f13133aae98654db6df51ccded (patch) | |
| tree | 0dd29341ef705befbde810b276af2d29e390ba34 /gui.js | |
| parent | 4c21c9f187033172fa58a1bd3100d7c494617f10 (diff) | |
| download | snap-8a7bc380a8df03f13133aae98654db6df51ccded.tar.gz snap-8a7bc380a8df03f13133aae98654db6df51ccded.zip | |
wrap credits tab in "about" Dialog
to accommodate for @nathan ’s abundant contributions :-)
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2648,7 +2648,7 @@ IDE_Morph.prototype.aboutSnap = function () { creditsTxt = localize('Contributors') + '\n\nNathan Dinsmore: Saving/Loading, Snap-Logo Design, ' - + 'countless bugfixes and optimizations' + + '\ncountless bugfixes and optimizations' + '\nKartik Chandra: Paint Editor' + '\nMichael Ball: Time/Date UI, many bugfixes' + '\n"Ava" Yuan Yuan: Graphic Effects' |
