From 1f7a84dcc6e9399b21ad363e71c5deeb8b4277f5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 29 Jan 2018 21:45:04 +0100 Subject: gnu: ibus: Don't capitalise pinyin. * gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis] [description]: Write `pinyin'. --- gnu/packages/ibus.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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.") -- cgit v1.2.3