summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-10-06 15:21:07 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-10-06 15:21:07 +0800
commit7fecc5539e7b08ce598541689458dc42e009f7b2 (patch)
treec516000511ae26dbf05c1f9f5a51c7270df41c91 /data
parent796b42579b4d448cc4ff0a634456cd98fff53524 (diff)
downloadibus-libpinyin-7fecc5539e7b08ce598541689458dc42e009f7b2.tar.gz
ibus-libpinyin-7fecc5539e7b08ce598541689458dc42e009f7b2.tar.xz
ibus-libpinyin-7fecc5539e7b08ce598541689458dc42e009f7b2.zip
Refine some messages.
Diffstat (limited to 'data')
-rw-r--r--data/db/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/db/Makefile.am b/data/db/Makefile.am
index 329af2d..fd05490 100644
--- a/data/db/Makefile.am
+++ b/data/db/Makefile.am
@@ -38,11 +38,11 @@ install-data-hook:
if test "$(NO_INDEX)" = ""; then \
cd $(DESTDIR)$(main_dbdir); \
if test -f google.db; then \
- echo "Create INDEX for google.db"; \
+ echo "Creating index for google.db"; \
sqlite3 google.db ".read create_index.sql"; \
fi; \
if test -f open-phrase.db; then \
- echo "Create INDEX for open-phrase.db"; \
+ echo "Creating index for open-phrase.db"; \
sqlite3 open-phrase.db ".read create_index.sql"; \
fi; \
fi)