author | schurig <schurig> | 2003-06-05 07:48:46 (UTC) |
---|---|---|
committer | schurig <schurig> | 2003-06-05 07:48:46 (UTC) |
commit | f479233c528aedd0b06f448cd65ec0736c8e6409 (patch) (side-by-side diff) | |
tree | 0762b6ab1b4eefd7aef1e714035cea721e302f54 /core/pim/today | |
parent | 819a8623f943ae82f1a1e822a18494acbac4ce4f (diff) | |
download | opie-f479233c528aedd0b06f448cd65ec0736c8e6409.zip opie-f479233c528aedd0b06f448cd65ec0736c8e6409.tar.gz opie-f479233c528aedd0b06f448cd65ec0736c8e6409.tar.bz2 |
sanitized
-rw-r--r-- | core/pim/today/config.in | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/addressbook/config.in | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/datebook/config.in | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/config.in | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/config.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/pim/today/config.in b/core/pim/today/config.in index 2cb97db..cdebdcb 100644 --- a/core/pim/today/config.in +++ b/core/pim/today/config.in @@ -1,4 +1,4 @@ config TODAY - boolean "today" + boolean "opie-today (today gives an overview of appointments and todos)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/pim/today/plugins/addressbook/config.in b/core/pim/today/plugins/addressbook/config.in index 0afbe72..aad6fc7 100644 --- a/core/pim/today/plugins/addressbook/config.in +++ b/core/pim/today/plugins/addressbook/config.in @@ -1,4 +1,4 @@ config TODAY_ADDRESSBOOK - boolean "addressbook" + boolean "opie-today-addressbookplugin (shows Birthdays and Anniversaries)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in index 7a14438..621510f 100644 --- a/core/pim/today/plugins/datebook/config.in +++ b/core/pim/today/plugins/datebook/config.in @@ -1,4 +1,4 @@ config TODAY_DATEBOOK - boolean "datebook" + boolean "opie-today-datebookplugin (datebook plugin)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in index 6f4450f..6f3e06d 100644 --- a/core/pim/today/plugins/mail/config.in +++ b/core/pim/today/plugins/mail/config.in @@ -1,4 +1,4 @@ config TODAY_MAIL - boolean "mail" + boolean "opie-today-mailplugin (mail plugin)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in index 48ba226..c862f37 100644 --- a/core/pim/today/plugins/todolist/config.in +++ b/core/pim/today/plugins/todolist/config.in @@ -1,4 +1,4 @@ config TODAY_TODOLIST - boolean "todolist" + boolean "opie-today-todolistplugin (shows the next todo entries)" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |