[GRASS-SVN] r63422 - grass-addons/grass7/display/d.frame

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 7 05:31:44 PST 2014


Author: martinl
Date: 2014-12-07 05:31:43 -0800 (Sun, 07 Dec 2014)
New Revision: 63422

Modified:
   grass-addons/grass7/display/d.frame/d.frame.py
Log:
fix typo in r63421

Modified: grass-addons/grass7/display/d.frame/d.frame.py
===================================================================
--- grass-addons/grass7/display/d.frame/d.frame.py	2014-12-07 13:30:43 UTC (rev 63421)
+++ grass-addons/grass7/display/d.frame/d.frame.py	2014-12-07 13:31:43 UTC (rev 63422)
@@ -214,7 +214,7 @@
     if not monitor:
         fatal(_("No graphics device selected. Use d.mon to select graphics device."))
     if monitor not in ('png', 'cairo'):
-        fatal_("Only Cairo or PNG monitors are currently supported")
+        fatal(_("Only Cairo or PNG monitors are currently supported"))
     
     if flags['e']:
         # remove frames and erase monitor and exit



More information about the grass-commit mailing list