From 3ae60a6fe7d2df41bc0f4ff9aae27cac813d0d82 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 23 Oct 2011 13:29:20 +0000 Subject: full screen -> fullscreen (#3215) --- (limited to 'plugins') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index a142d78..85f57ce 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -593,7 +593,7 @@ click to open')) palette.add_block('fullscreen', style='basic-style-extended-vertical', - label=_('full screen'), + label=_('Fullscreen').lower(), prim_name='fullscreen', help_string=_('hides the Sugar toolbars')) self.tw.lc.def_prim('fullscreen', 0, -- cgit v0.9.1