aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-04 14:46:30 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-10-04 14:46:30 -0500
commit5338030ee49808e45013ba99017230a4c9fcf92f (patch)
tree85c5d5f07bb7d76b7d44b8f4176f7eee8719b218 /tests
parent866303a69708759c302311eb21f9c97d648e0607 (diff)
downloadayatana-indicator-datetime-5338030ee49808e45013ba99017230a4c9fcf92f.tar.gz
ayatana-indicator-datetime-5338030ee49808e45013ba99017230a4c9fcf92f.tar.bz2
ayatana-indicator-datetime-5338030ee49808e45013ba99017230a4c9fcf92f.zip
fix typo in the potfile unit tests' error messages
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.strings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am.strings b/tests/Makefile.am.strings
index 26a23a8..4a89e8f 100644
--- a/tests/Makefile.am.strings
+++ b/tests/Makefile.am.strings
@@ -29,7 +29,7 @@ test-space-ellipsis: $(top_srcdir)/po
test-ascii-quotes: $(top_srcdir)/po
@echo "#!/bin/bash" > $@
@echo "(cd $(top_srcdir)/po && make $(GETTEXT_PACKAGE).pot)" >> $@
- @echo "grep -c -e \"^msgid \\\".*'.*\\\"\" $(top_srcdir)/po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"ASCII apostrophy found in user visible strings\" >&2 && exit 1" >> $@
+ @echo "grep -c -e \"^msgid \\\".*'.*\\\"\" $(top_srcdir)/po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"ASCII apostrophe found in user visible strings\" >&2 && exit 1" >> $@
@echo "grep -c -e \"^msgid \\\".*\\\".*\\\"\" $(top_srcdir)/po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"ASCII quote found in user visible strings\" >&2 && exit 1" >> $@
@echo "grep -c -e \"^msgid \\\".*\\\`.*\\\"\" $(top_srcdir)/po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"ASCII backtick found in user visible strings\" >&2 && exit 1" >> $@
@echo "exit 0" >> $@