diff options
| author | Jens Mönig <jens@moenig.org> | 2014-04-30 12:21:47 +0200 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2014-04-30 12:21:47 +0200 |
| commit | ee2002a0d386bd79463e5fe0d1a9d303410cf56f (patch) | |
| tree | c36384509596a79647d28cffc4cbc3c764d0aa89 /paint.js | |
| parent | 51e17d2ce9368c3546b7e27809dfbd187cefb246 (diff) | |
| parent | d115aa58d7afca248eac8b44181c6f13c3531747 (diff) | |
| download | snap-byow-ee2002a0d386bd79463e5fe0d1a9d303410cf56f.tar.gz snap-byow-ee2002a0d386bd79463e5fe0d1a9d303410cf56f.zip | |
Merge pull request #344 from MMSequeira/master
Added a couple of localize() calls and new and improved Portuguese translations.
Diffstat (limited to 'paint.js')
| -rw-r--r-- | paint.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -372,7 +372,7 @@ PaintEditorMorph.prototype.populatePropertiesMenu = function () { c.add(pc.colorpicker); //c.add(pc.primaryColorButton); c.add(pc.primaryColorViewer); - c.add(new TextMorph("Brush size")); + c.add(new TextMorph(localize("Brush size"))); c.add(alpen); c.add(pc.constrain); }; |
