diff options
author | Chris <xchrisx@uber.space> | 2020-03-30 23:37:16 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-31 16:35:37 +0000 |
commit | 3ad534419b773150d7b483914d241bbf554fbbc5 (patch) | |
tree | 27e447393a1efe11addfc9183b5686df61ae6b12 /trinity-base/tdesu | |
parent | eefc54ceb5ebebce82cc219a74c117781149f1b2 (diff) | |
download | tde-packaging-gentoo-3ad534419b773150d7b483914d241bbf554fbbc5.tar.gz tde-packaging-gentoo-3ad534419b773150d7b483914d241bbf554fbbc5.zip |
Live ebuilds: Add `Ispell` ebuild and support to `tdelibs`.
Also: Fix typos and sync with stable.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/tdesu')
-rw-r--r-- | trinity-base/tdesu/tdesu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/tdesu/tdesu-9999.ebuild b/trinity-base/tdesu/tdesu-9999.ebuild index 61b516bb..a5c0142b 100644 --- a/trinity-base/tdesu/tdesu-9999.ebuild +++ b/trinity-base/tdesu/tdesu-9999.ebuild @@ -28,7 +28,7 @@ pkg_postinst () { einfo "It can be overriden on a user-level by adding:" einfo " [super-user-command]" einfo " super-user-command=su" - einfo "to the kdeglobals config file which is should be usually" + einfo "to the kdeglobals config file, which is usually" einfo "located in the ~/.trinity/share/config/ directory." fi } |