[pim/korganizer] plugins/lunarphases: lunarphases - clarify some things
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ad5cc9540459a15162c9877c8f979b7a6633ffeb by Allen Winter.
Committed on 05/08/2026 at 21:12.
Pushed by winterz into branch 'master'.
lunarphases - clarify some things
M +2 -1 plugins/lunarphases/lunarphases.cpp
M +1 -1 plugins/lunarphases/lunarphases.json
https://invent.kde.org/pim/korganizer/-/commit/ad5cc9540459a15162c9877c8f979b7a6633ffeb
diff --git a/plugins/lunarphases/lunarphases.cpp b/plugins/lunarphases/lunarphases.cpp
index 8a514e800..a2c6d7344 100644
--- a/plugins/lunarphases/lunarphases.cpp
+++ b/plugins/lunarphases/lunarphases.cpp
@@ -106,7 +106,8 @@ QString Lunarphases::info() const
{
return i18n(
"This plugin displays the day's lunar phase (New, First, Last, Full). "
- "The phase is computed for noon in the system timezone.");
+ "The phase is computed for noon in the system timezone. "
+ "Crescent and Gibbous phases are not displayed.");
}
Element::List Lunarphases::createDayElements(const QDate &date)
diff --git a/plugins/lunarphases/lunarphases.json b/plugins/lunarphases/lunarphases.json
index c6bdc52c7..49657c0b9 100644
--- a/plugins/lunarphases/lunarphases.json
+++ b/plugins/lunarphases/lunarphases.json
@@ -1,6 +1,6 @@
{
"KPlugin": {
- "Description": "This plugin shows the day's lunar phase (New, First, Last, Full)",
+ "Description": "This plugin shows the day's lunar phase (New, First, Last, Full) at noon according to your system timezone.",
"Description[ar]": "تعرض هذا المحلق أيام مراحل القمر (جديد، الأول، الأخير، مكتمل)",
"Description[bg]": "Тази приставка показва лунната фаза на деня (Нова, Първа, Последна, Пълна)",
"Description[ca@valencia]": "Este connector mostra la fase lunar del dia (nova, creixent, plena, minvant)",