---
 shr_settings_modules/module.py         |    2 +-
 shr_settings_modules/shr_phoneutils.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shr_settings_modules/module.py b/shr_settings_modules/module.py
index e435c01..353738c 100644
--- a/shr_settings_modules/module.py
+++ b/shr_settings_modules/module.py
@@ -55,7 +55,7 @@ class AbstractModule(object):
     """a toolbar section. If it is new section it will be created"""
 
     wizard_name = _("Some wizard page")
-    wizard_description = _("Some descripion")
+    wizard_description = _("Some description")
     """name and description displayed when module is used in wizard"""
 
     def __init__(self, window, dbus, wizard = False):
diff --git a/shr_settings_modules/shr_phoneutils.py 
b/shr_settings_modules/shr_phoneutils.py
index ad5fdcd..3534fa6 100644
--- a/shr_settings_modules/shr_phoneutils.py
+++ b/shr_settings_modules/shr_phoneutils.py
@@ -68,7 +68,7 @@ class Phoneutils(module.AbstractModule):
        name =_("Phoneutils settings")
        section = _("Phone")
         wizard_name = _("Local numbers settings")
-        wizard_description = _("Please enter informations matching to phone 
numbers in your country.")
+        wizard_description = _("Please enter information matching to phone 
numbers in your country.")
 
        def getEntryData(self):
                """
-- 
1.5.6.5

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to