orca r4217 - branches/phase2/src/orca/plugins



Author: wwalker
Date: Sun Sep 14 21:52:17 2008
New Revision: 4217
URL: http://svn.gnome.org/viewvc/orca?rev=4217&view=rev

Log:
Fix typo.


Modified:
   branches/phase2/src/orca/plugins/Makefile.am
   branches/phase2/src/orca/plugins/where_am_i.py

Modified: branches/phase2/src/orca/plugins/Makefile.am
==============================================================================
--- branches/phase2/src/orca/plugins/Makefile.am	(original)
+++ branches/phase2/src/orca/plugins/Makefile.am	Sun Sep 14 21:52:17 2008
@@ -4,6 +4,7 @@
 	__init__.py \
 	bookmarks.py \
 	debug_actions.py \
+	flat_review.py \
 	speech_parameters.py \
 	where_am_i.py
 

Modified: branches/phase2/src/orca/plugins/where_am_i.py
==============================================================================
--- branches/phase2/src/orca/plugins/where_am_i.py	(original)
+++ branches/phase2/src/orca/plugins/where_am_i.py	Sun Sep 14 21:52:17 2008
@@ -91,7 +91,7 @@
 brailleKeys = []
 
 class Plugin(plugin.Plugin):
-    """A plugin for getting debug information.
+    """A plugin for getting Where Am I information.
     """
     def __init__(self, owner):
         """Creates a Plugin for the given script.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]