diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-10-14 12:57:43 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-10-14 12:57:43 +0200 |
| commit | 1562ec44f47fbe9722c95ac1bcc31658c672af2d (patch) | |
| tree | 51e8b320be329755853984734ada07454a919e21 /lib/python/Plugins | |
| parent | 72e8548b23270b0605282d533debf7ef241fa923 (diff) | |
| download | enigma2-1562ec44f47fbe9722c95ac1bcc31658c672af2d.tar.gz enigma2-1562ec44f47fbe9722c95ac1bcc31658c672af2d.zip | |
fix english texts, thanks to Benny
Diffstat (limited to 'lib/python/Plugins')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py index c10a7e5f..3a1f835f 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py @@ -1217,9 +1217,9 @@ class PluginManagerInfo(Screen): if action == 'install': return(( _('Installing'), info, installpng, divpng)) elif action == 'remove': - return(( _('Removeing'), info, removepng, divpng)) + return(( _('Removing'), info, removepng, divpng)) else: - return(( _('Upgradeing'), info, upgradepng, divpng)) + return(( _('Upgrading'), info, upgradepng, divpng)) def exit(self): self.close(False) |
