From 47133c5121f438aab1d845822a8f3f41cd34498b Mon Sep 17 00:00:00 2001
From: DJ Amireh <cactusbin@gmail.com>
Date: Sun, 17 Oct 2010 15:50:43 -0400
Subject: [PATCH] Fixed spelling error
---
src/guake.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/guake.py b/src/guake.py
index 6214fb2..3d3080b 100644
|
a
|
b
|
|
| 1348 | 1348 | if not test_gconf(): |
| 1349 | 1349 | raise ShowableError(_('Guake can not init!'), |
| 1350 | 1350 | _('Gconf Error.\n' |
| 1351 | | 'Have you installed <b>guake.schemas</b> properlly?')) |
| | 1351 | 'Have you installed <b>guake.schemas</b> properly?')) |
| 1352 | 1352 | |
| 1353 | 1353 | if not main(): |
| 1354 | 1354 | gtk.main() |