diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 03:48:33 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-29 03:48:33 +0800 |
commit | 432afcd653612f18b48922cda544b83911c3ab5d (patch) | |
tree | 4b288bfa14ce191223b000e8106ba9a3bdf8f240 /calendar/gui | |
parent | 8a28b5d24127efc3e7d90c0751d110b38f315d66 (diff) | |
download | gsoc2013-evolution-432afcd653612f18b48922cda544b83911c3ab5d.tar.gz gsoc2013-evolution-432afcd653612f18b48922cda544b83911c3ab5d.tar.zst gsoc2013-evolution-432afcd653612f18b48922cda544b83911c3ab5d.zip |
** Fix for bug #444433 from Lucky
svn path=/trunk/; revision=33869
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/cal-search-bar.c | 8 | ||||
-rw-r--r-- | calendar/gui/caltypes.xml | 4 | ||||
-rw-r--r-- | calendar/gui/memotypes.xml | 6 | ||||
-rw-r--r-- | calendar/gui/tasktypes.xml | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/calendar/gui/cal-search-bar.c b/calendar/gui/cal-search-bar.c index 191bbf679e..7bfd4bbaa1 100644 --- a/calendar/gui/cal-search-bar.c +++ b/calendar/gui/cal-search-bar.c @@ -628,7 +628,7 @@ make_suboptions (CalSearchBar *cal_search) subitems[2].search.id = 0; subitems[2].image = 0; - subitems[3].search.text = _("Next 7 days Tasks"); + subitems[3].search.text = _("Next 7 Days' Tasks"); subitems[3].search.id = N_DAY_TASK; subitems[3].image = NULL; @@ -636,7 +636,7 @@ make_suboptions (CalSearchBar *cal_search) subitems[4].search.id = ACTIVE_TASK; subitems[4].image = NULL; - subitems[5].search.text = _("Over Due Tasks"); + subitems[5].search.text = _("Overdue Tasks"); subitems[5].search.id = OVERDUE_TASK; subitems[5].image = NULL; @@ -644,7 +644,7 @@ make_suboptions (CalSearchBar *cal_search) subitems[6].search.id = COMPLETED_TASK; subitems[6].image = NULL; - subitems[7].search.text = _("Tasks With Attachments"); + subitems[7].search.text = _("Tasks with Attachments"); subitems[7].search.id = TASK_WITH_ATTACHMENT; subitems[7].image = NULL; @@ -694,7 +694,7 @@ make_suboptions (CalSearchBar *cal_search) subitems[3].search.id = ACTIVE_APPONTMENT; subitems[3].image = NULL; - subitems[4].search.text = _("Next 7 Day Appointments"); + subitems[4].search.text = _("Next 7 Days' Appointments"); subitems[4].search.id = N_DAY_APPOINTMENT; subitems[4].image = NULL; diff --git a/calendar/gui/caltypes.xml b/calendar/gui/caltypes.xml index 73038d2600..89e25d64c0 100644 --- a/calendar/gui/caltypes.xml +++ b/calendar/gui/caltypes.xml @@ -240,7 +240,7 @@ <ruleset> <rule grouping="any" source="demand"> - <_title>Summary Contain</_title> + <_title>Summary Contains</_title> <partset> <part name="summary"> <value name="summary-type" type="option" value="contains"/> @@ -252,7 +252,7 @@ </rule> <rule grouping="any" source="demand"> - <_title>Description Contain</_title> + <_title>Description Contains</_title> <partset> <part name="description"> <value name="description-type" type="option" value="contains"/> diff --git a/calendar/gui/memotypes.xml b/calendar/gui/memotypes.xml index 20a60529f7..68a9f1fb0a 100644 --- a/calendar/gui/memotypes.xml +++ b/calendar/gui/memotypes.xml @@ -121,7 +121,7 @@ <title>International</title> </option> <option value="Next 7 days"> - <title>Next 7 days</title> + <title>Next 7 Days'</title> </option> <option value="Birthday"> <title>Birthday</title> @@ -196,7 +196,7 @@ <ruleset> <rule grouping="any" source="demand"> - <_title>Summary Contain</_title> + <_title>Summary Contains</_title> <partset> <part name="summary"> <value name="summary-type" type="option" value="contains"/> @@ -207,7 +207,7 @@ </rule> <rule grouping="any" source="demand"> - <_title>Description Contain</_title> + <_title>Description Contains</_title> <partset> <part name="description"> <value name="description-type" type="option" value="contains"/> diff --git a/calendar/gui/tasktypes.xml b/calendar/gui/tasktypes.xml index 5871a3abbf..348c2e5134 100644 --- a/calendar/gui/tasktypes.xml +++ b/calendar/gui/tasktypes.xml @@ -272,7 +272,7 @@ </partset> <ruleset> <rule grouping="any" source="demand"> - <_title>Summary Contain</_title> + <_title>Summary Contains</_title> <partset> <part name="summary"> <value name="summary-type" type="option" value="contains"/> @@ -284,7 +284,7 @@ </rule> <rule grouping="any" source="demand"> - <_title>Description Contain</_title> + <_title>Description Contains</_title> <partset> <part name="description"> <value name="description-type" type="option" value="contains"/> |