diff options
-rw-r--r-- | gnu/packages/ibus.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index f7123a5eaf..9147f77d3a 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -183,9 +183,9 @@ may also simplify input method development.") ("automake" ,automake) ("glib" ,glib "bin") ("libtool" ,libtool))) - (synopsis "Chinese Pinyin and ZhuYin input methods for IBus") + (synopsis "Chinese pinyin and ZhuYin input methods for IBus") (description - "This package includes a Chinese Pinyin input method and a Chinese + "This package includes a Chinese pinyin input method and a Chinese ZhuYin (Bopomofo) input method based on libpinyin for IBus.") (home-page "https://github.com/libpinyin/ibus-libpinyin") (license gpl2+))) @@ -230,7 +230,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.") ("autoconf" ,autoconf) ("automake" ,automake) ("libtool" ,libtool))) - (synopsis "Library to handle Chinese Pinyin") + (synopsis "Library to handle Chinese pinyin") (description "The libpinyin C++ library provides algorithms needed for sentence-based Chinese pinyin input methods.") |