[pim/eventviews] src: eventviews.kcfg - fix tooltips for the month/agenda item color configs
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 328ed0f4cc1ad4ee593cbf037fdfa9b2d6862f83 by Allen Winter.
Committed on 20/07/2026 at 19:00.
Pushed by winterz into branch 'master'.
eventviews.kcfg - fix tooltips for the month/agenda item color configs
M +8 -16 src/eventviews.kcfg
https://invent.kde.org/pim/eventviews/-/commit/328ed0f4cc1ad4ee593cbf037fdfa9b2d6862f83
diff --git a/src/eventviews.kcfg b/src/eventviews.kcfg
index d106252d..73fcc61c 100644
--- a/src/eventviews.kcfg
+++ b/src/eventviews.kcfg
@@ -210,27 +210,23 @@
<choices>
<choice name="CategoryInsideResourceOutside">
<label>Tag inside, calendar outside</label>
- <tooltip>Use the tag's color for the inside of the item and the calendar's color for the item borders</tooltip>
- <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items in their associated tag color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw agenda items in their tag color inside and calendar color for their border</tooltip>
+ <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items in their associated tag color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="ResourceInsideCategoryOutside">
<label>Calendar inside, tag outside</label>
- <tooltip>Use the calendar's color for the inside of the item and the tag's color for the item borders</tooltip>
- <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw agenda items in their calendar color inside and tag color for their border</tooltip>
+ <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="CategoryOnly">
<label>Only tag</label>
- <tooltip>Use the tag's color for both the inside of the item and its borders</tooltip>
- <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) in the color of their associated tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw agenda items using their tag color for the inside and border</tooltip>
+ <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) in the color of their associated tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="ResourceOnly">
<label>Only calendar</label>
- <tooltip>Use the calendar's color for both the inside of the item and its borders</tooltip>
- <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw agenda items using their calendar color for the inside and border</tooltip>
+ <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
</choices>
<default>CategoryInsideResourceOutside</default>
@@ -323,27 +319,23 @@
<choices>
<choice name="MonthItemCategoryInsideResourceOutside">
<label>Tag inside, calendar outside</label>
- <tooltip>Use the tag's color for the inside of the item and the calendar's color for the item borders</tooltip>
- <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items in their associated tag color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw month items in their tag color inside and calendar color for their border</tooltip>
+ <whatsthis>Select the "Tag inside, calendar outside" option if you would like to draw calendar items in their associated tag color, with the item's border drawn in the color of its calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="MonthItemResourceInsideCategoryOutside">
<label>Calendar inside, tag outside</label>
- <tooltip>Use the calendar's color for the inside of the item and the tag's color for the item borders</tooltip>
- <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw month items in their calendar color inside and tag color for their border</tooltip>
+ <whatsthis>Select the "Calendar inside, tag outside" option if you would like to draw calendar items in their associated calendar color, with the item's border drawn in the color of its tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="MonthItemCategoryOnly">
<label>Only tag</label>
- <tooltip>Use the tag's color for both the inside of the item and its borders</tooltip>
- <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) in the color of their associated tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw month items using their tag color for the inside and border</tooltip>
+ <whatsthis>Select the "Only tag" option if you would like to draw calendar items (both inside and border) in the color of their associated tag. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
<choice name="MonthItemResourceOnly">
<label>Only calendar</label>
- <tooltip>Use the calendar's color for both the inside of the item and its borders</tooltip>
- <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
<tooltip>Draw month items using their calendar color for the inside and border</tooltip>
+ <whatsthis>Select the "Only calendar" option if you would like to draw calendar items (both inside and border) in the color of their calendar. Please use the Colors and Fonts configuration page for setting these colors.</whatsthis>
</choice>
</choices>
<default>MonthItemCategoryInsideResourceOutside</default>