Fix a typo in an error-message. Updated terminator.pot accordingly.
This commit is contained in:
parent
051b1d2036
commit
46d4ae278c
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-01-02 23:27+0100\n"
|
||||
"POT-Creation-Date: 2008-01-03 09:22+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
|
||||
#: terminator:42
|
||||
msgid ""
|
||||
"You need to install the python bindings for gobject, gnome, gtk, gcond and "
|
||||
"pango."
|
||||
"You need to install the python bindings for gobject, gnome, gtk, gconf and "
|
||||
"pango to run Terminator."
|
||||
msgstr ""
|
||||
|
||||
#: terminator:51
|
||||
|
|
|
@ -40,7 +40,7 @@ try:
|
|||
import gobject, gtk, gnome, gconf, pango
|
||||
except:
|
||||
print >> sys.stderr, _("You need to install the python bindings for " \
|
||||
"gobject, gnome, gtk, gcond and pango.")
|
||||
"gobject, gnome, gtk, gconf and pango to run Terminator.")
|
||||
sys.exit(1)
|
||||
|
||||
# import vte-bindings
|
||||
|
|
Loading…
Reference in New Issue