Personal noctalia plugins collection

Task dialog: label due time as deadline

+2 -2
+2 -2
weekly-calendar/Panel.qml
··· 269 269 background: Rectangle { color: Color.mSurfaceVariant; radius: Style.radiusS } 270 270 } 271 271 272 - // Reuse existing label to avoid new translation key 273 - NText { text: pluginApi.tr("panel.start_time"); color: Color.mOnSurfaceVariant; font.pointSize: Style.fontSizeS } 272 + // Use end_time label to reflect deadline semantics 273 + NText { text: pluginApi.tr("panel.end_time"); color: Color.mOnSurfaceVariant; font.pointSize: Style.fontSizeS } 274 274 TextField { 275 275 id: createTaskDueTime 276 276 Layout.fillWidth: true