Git commit d5f367ba07483fdadcbab1acd6af7c9852bcc806 by Allen Winter. Committed on 19/03/2013 at 00:22. Pushed by winterz into branch 'master'.
Change the "Takes the whole day" checkbox to say "All Day". this is more consistent with other calendaring tools BUG: 312357 FIXED-IN: 4.11 M +1 -1 doc/korganizer/index.docbook M +1 -1 incidenceeditor-ng/dialogdesktop.ui M +1 -1 incidenceeditor-ng/dialogmobile.ui http://commits.kde.org/kdepim/d5f367ba07483fdadcbab1acd6af7c9852bcc806 diff --git a/doc/korganizer/index.docbook b/doc/korganizer/index.docbook index 5dcc389..7dea036 100644 --- a/doc/korganizer/index.docbook +++ b/doc/korganizer/index.docbook @@ -1528,7 +1528,7 @@ the dates directly or use the <link linkend="glossary" endterm="gloss-calendar-widget"> Calendar Widget</link>. Select the time from quarter hour intervals, or enter the desired time directly into the time fields. These fields are only available -when the <guilabel>Takes the whole day</guilabel> box is not checked.</para></listitem> +when the <guilabel>All Day</guilabel> box is not checked.</para></listitem> </varlistentry> </variablelist> diff --git a/incidenceeditor-ng/dialogdesktop.ui b/incidenceeditor-ng/dialogdesktop.ui index a24f35c..fa83c3b 100644 --- a/incidenceeditor-ng/dialogdesktop.ui +++ b/incidenceeditor-ng/dialogdesktop.ui @@ -312,7 +312,7 @@ <string comment="@info:whatsthis">Set if this to-do's start and due dates have times associated with them.</string> </property> <property name="text"> - <string comment="@option:check">Takes the whole day</string> + <string comment="@option:check">All Day</string> </property> <property name="checked"> <bool>true</bool> diff --git a/incidenceeditor-ng/dialogmobile.ui b/incidenceeditor-ng/dialogmobile.ui index bb87915..96f5c57 100644 --- a/incidenceeditor-ng/dialogmobile.ui +++ b/incidenceeditor-ng/dialogmobile.ui @@ -244,7 +244,7 @@ <string comment="@info:whatsthis">Set if this to-do's start and due dates have times associated with them.</string> </property> <property name="text"> - <string comment="@option:check The event or task takes the whole day">Whole day</string> + <string comment="@option:check The event or task takes the whole day">All Day</string> </property> <property name="checked"> <bool>true</bool>
