Git commit 4ff2042c8b0a6738f16697408d0c23617062db92 by Allen Winter. Committed on 15/02/2025 at 20:08. Pushed by winterz into branch 'master'.
Update the current-time (Marcus Bains) setting labels Depending on locale, when the Marcus Bains shows seconds it can also show the timezone. Put "(Marcus Bains)" on the color and fonts setting labels. CCBUG: 485091 M +3 -3 doc/index.docbook M +6 -6 src/settings/korganizer.kcfg https://invent.kde.org/pim/korganizer/-/commit/4ff2042c8b0a6738f16697408d0c23617062db92 diff --git a/doc/index.docbook b/doc/index.docbook index 23a766182..86529e203 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2261,9 +2261,9 @@ place.</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>Show seconds on current-time (Marcus Bains) line</guilabel></term> +<term><guilabel>Show seconds and timezone on current-time (Marcus Bains) line</guilabel></term> <listitem><para>This check box toggles on or off the seconds on the current-time -line (Marcus Bains line).</para></listitem> +line (Marcus Bains line). Depending on your locale, the timezone may also be shown.</para></listitem> </varlistentry> <varlistentry> @@ -2480,7 +2480,7 @@ Agenda view (Day, Week and Work Week views).</para></listitem> </varlistentry> <varlistentry> -<term><guilabel>Current-time line</guilabel></term> +<term><guilabel>Current-time (Marcus Bains) line</guilabel></term> <listitem><para>Press this button to pick the font, font style and size for the Marcus Bains line (a colored line in the Agenda view indicating the current time).</para></listitem> diff --git a/src/settings/korganizer.kcfg b/src/settings/korganizer.kcfg index 0a5e6e229..a29e5c9b1 100644 --- a/src/settings/korganizer.kcfg +++ b/src/settings/korganizer.kcfg @@ -152,9 +152,9 @@ </entry> <entry type="Bool" key="Current-time line shows seconds" name="MarcusBainsShowSeconds"> - <label>Show seconds on the current-time (Marcus Bains) line</label> - <whatsthis>Check this box if you want to show seconds on the current-time line.</whatsthis> - <tooltip>Display seconds with the current-time indicator</tooltip> + <label>Show seconds and timezone on the current-time (Marcus Bains) line</label> + <whatsthis>Check this box if you want to show seconds on the current-time (Marcus Bains) line. Depending on your locale, the timezone will also be displayed.</whatsthis> + <tooltip>Display seconds (possibly with timezone) with the current-time indicator</tooltip> <default>false</default> </entry> @@ -328,7 +328,7 @@ </entry> <entry type="Color" key="Agenda MarcusBainsLine Line Color"> - <label>Agenda view current-time line color</label> + <label>Agenda view current-time (Marcus Bains) line color</label> <whatsthis>Select a color to use for the current-time (Marcus Bains) line.</whatsthis> <tooltip>Use this color for the Agenda View current-time (Marcus Bains) line</tooltip> <default>255,0,0</default> @@ -377,8 +377,8 @@ </entry> <entry key="Agenda MarcusBainsLine Font" type="Font"> - <label>Current-time line</label> - <whatsthis>Press this button to configure the current-time line font. This button will open the "Select Font" dialog, allowing you to choose the font for the current-time line in the agenda view.</whatsthis> + <label>Current-time (Marcus Bains) line</label> + <whatsthis>Press this button to configure the current-time (Marcus Bains) line font. This button will open the "Select Font" dialog, allowing you to choose the font for the current-time line in the agenda view.</whatsthis> </entry> </group>