summaryrefslogtreecommitdiff
path: root/portato/gui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:31:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-16 01:31:48 +0200
commit389e70969d903f2c76fc62b6ba02254d4fa4710b (patch)
tree7a7eedc3fa2ab338514f5ab4e7d5e6e4204cb0b0 /portato/gui
parent8a03c532acd1527be2fc4b882ddafc09474da496 (diff)
downloadportato-389e70969d903f2c76fc62b6ba02254d4fa4710b.tar.gz
portato-389e70969d903f2c76fc62b6ba02254d4fa4710b.tar.bz2
portato-389e70969d903f2c76fc62b6ba02254d4fa4710b.zip
Typo
Diffstat (limited to 'portato/gui')
-rw-r--r--portato/gui/windows/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py
index 5e610ea..de62f45 100644
--- a/portato/gui/windows/main.py
+++ b/portato/gui/windows/main.py
@@ -1872,7 +1872,7 @@ class MainWindow (Window):
fail(_("The portage tree seems to be empty."))
if 'sqlite' in system.settings.settings.modules['user'].get('portdbapi.auxdbmodule', ''):
- fail(_("The sqlite cache backend of portato is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292."))
+ fail(_("The sqlite cache backend of portage is not supported at the moment. See https://bugs.launchpad.net/portato/+bug/564292."))
debug("All prereqs matched. Fine :)")
span> 2008-06-22First mail window draftRené 'Necoro' Neumann3-0/+220 2008-06-10Added gpytage pluginRené 'Necoro' Neumann2-0/+29 2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107