summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/Makefile.am4
-rw-r--r--ibus-anthy.spec.in2
-rw-r--r--setup/main.py2
-rw-r--r--setup/setup.glade2
4 files changed, 5 insertions, 5 deletions
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 692aa7c..b8c81e4 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -90,7 +90,7 @@ CLEANFILES = \
anthy.py \
anthy_wrap.* \
*.pyc \
- $(MULL)
+ $(NULL)
DISTCLEANFILES = \
- $(MULL)
+ $(NULL)
diff --git a/ibus-anthy.spec.in b/ibus-anthy.spec.in
index 649098b..66f7534 100644
--- a/ibus-anthy.spec.in
+++ b/ibus-anthy.spec.in
@@ -55,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* @DATE_DISPLAY@ Peng Huang <shawn.p.huang@gmail.com> - @PACKAGE_VERSION@-1
-- Current veriosn.
+- Current version.
diff --git a/setup/main.py b/setup/main.py
index 858d215..73a47cc 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -195,7 +195,7 @@ class AnthySetup(object):
def on_button7_clicked(self, widget):
dlg = self.xml.get_widget('key_input_dialog')
dlg.set_markup('<big><b>%s</b></big>' % _('Please press a key (or a key combination)'))
- dlg.format_secondary_text(_('The dialog willbe closed when the key is released'))
+ dlg.format_secondary_text(_('The dialog will be closed when the key is released'))
id = dlg.run()
dlg.hide()
if id == gtk.RESPONSE_OK:
diff --git a/setup/setup.glade b/setup/setup.glade
index b2cd73c..c8405cd 100644
--- a/setup/setup.glade
+++ b/setup/setup.glade
@@ -1055,7 +1055,7 @@ URL : http://code.google.com/p/ibus/
<property name="skip_taskbar_hint">True</property>
<property name="buttons">cancel</property>
<property name="text">Please press a key (or a key combination)</property>
- <property name="secondary_text">The dialog willbe closed when the key is released</property>
+ <property name="secondary_text">The dialog will be closed when the key is released</property>
<signal name="key_press_event" handler="on_key_input_dialog_key_press_event"/>
<signal name="key_release_event" handler="on_key_input_dialog_key_release_event"/>
<child internal-child="vbox">