15bf6d2 ticket 1705 - internationalize help topics

7 files Authored by jdennis 12 years ago, Committed by rcritten 12 years ago,
    ticket 1705 - internationalize help topics
    
    * Wrap each topic description in _()
    
    * Replace the use of if 'topic' in dir(module) with the more
      Pythonic and efficient getattr(module, 'topic', None)
    
    * Make sure to invoke unicode on the value returned from _()
      otherwise you'll get a GettextFactory instance, not a string
    
    * Clean up trailing whitespace errors
    
        
file modified
+3 -5
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1