[pim/korganizer] /: Change 'standard calendar' wording to 'default calendar'

Glen Ditchfield null at kde.org
Mon Feb 1 00:23:29 GMT 2021


Git commit 4529eb915645ae39a6472b22dfb067d7920c42c0 by Glen Ditchfield, on behalf of Glen Ditchfield.
Committed on 01/02/2021 at 00:01.
Pushed by gditchfield into branch 'master'.

Change 'standard calendar' wording to 'default calendar'

The handbook and settings dialog refer to the 'standard calendar'.
It is not clear which calendar that is.  The rest of the UI calls
that calendar the 'default' calendar.

M  +1    -1    doc/index.docbook
M  +1    -1    src/kohelper.h
M  +2    -2    src/settings/korganizer.kcfg

https://invent.kde.org/pim/korganizer/commit/4529eb915645ae39a6472b22dfb067d7920c42c0

diff --git a/doc/index.docbook b/doc/index.docbook
index 40698db04..9eb5f39f4 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -2047,7 +2047,7 @@ will not ask before deleting events.</para></listitem>
 <varlistentry>
 <term><guilabel>New Events, To-dos and Journal Entries Should</guilabel></term>
 <listitem><para>This option lets you choose between adding new items to
-the standard calendar or making &korganizer; ask you which calendar should be
+the default calendar or making &korganizer; ask you which calendar should be
 used to save each new item.</para>
 <para>Kolab2 server specificity: It is recommended to choose <guilabel>Be asked
 which calendar to use</guilabel>, if you intend to use the shared folder
diff --git a/src/kohelper.h b/src/kohelper.h
index 198933c05..2aaac4dc4 100644
--- a/src/kohelper.h
+++ b/src/kohelper.h
@@ -54,7 +54,7 @@ KORGANIZERPRIVATE_EXPORT void setResourceColor(const Akonadi::Collection &collec
 KORGANIZERPRIVATE_EXPORT Q_REQUIRED_RESULT int yearDiff(QDate start, QDate end);
 
 /**
-  Return true if it's the standard calendar
+  Return true if it's the standard (that is, the current default) calendar.
 */
 KORGANIZERPRIVATE_EXPORT Q_REQUIRED_RESULT bool isStandardCalendar(Akonadi::Collection::Id id);
 
diff --git a/src/settings/korganizer.kcfg b/src/settings/korganizer.kcfg
index 6d50d7010..a62ed667d 100644
--- a/src/settings/korganizer.kcfg
+++ b/src/settings/korganizer.kcfg
@@ -22,8 +22,8 @@
       <label>New Events, To-dos and Journal Entries Should</label>
       <choices>
         <choice name="standardDestination">
-          <label>Be added to the standard calendar</label>
-          <whatsthis>Select this option to always record new events, to-dos and journal entries using the standard calendar.</whatsthis>
+          <label>Be added to the default calendar</label>
+          <whatsthis>Select this option to always record new events, to-dos and journal entries using the current default calendar.</whatsthis>
         </choice>
         <choice name="askDestination">
           <label>Be asked which calendar to use</label>


More information about the kde-doc-english mailing list