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 ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -18,8 +18,8 @@ msgstr ""
|
||||||
|
|
||||||
#: terminator:42
|
#: terminator:42
|
||||||
msgid ""
|
msgid ""
|
||||||
"You need to install the python bindings for gobject, gnome, gtk, gcond and "
|
"You need to install the python bindings for gobject, gnome, gtk, gconf and "
|
||||||
"pango."
|
"pango to run Terminator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: terminator:51
|
#: terminator:51
|
||||||
|
|
|
@ -40,7 +40,7 @@ try:
|
||||||
import gobject, gtk, gnome, gconf, pango
|
import gobject, gtk, gnome, gconf, pango
|
||||||
except:
|
except:
|
||||||
print >> sys.stderr, _("You need to install the python bindings for " \
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
# import vte-bindings
|
# import vte-bindings
|
||||||
|
|
Loading…
Reference in New Issue