[gnome-todo] Fix two minor typos



commit b711f8cdf1fd51c73a18b6b324f8854a0691d4ce
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Jun 21 15:26:01 2015 +0200

    Fix two minor typos

 data/ui/storage-selector.ui |    2 +-
 src/gtd-task-row.c          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/storage-selector.ui b/data/ui/storage-selector.ui
index 9c2f007..e9254f7 100644
--- a/data/ui/storage-selector.ui
+++ b/data/ui/storage-selector.ui
@@ -88,7 +88,7 @@
                       <object class="GtkLabel" id="label2">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="label" translatable="yes">OwnCloud</property>
+                        <property name="label" translatable="yes">ownCloud</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
diff --git a/src/gtd-task-row.c b/src/gtd-task-row.c
index 2ad2345..e832b43 100644
--- a/src/gtd-task-row.c
+++ b/src/gtd-task-row.c
@@ -335,7 +335,7 @@ gtd_task_row_class_init (GtdTaskRowClass *klass)
           object_class,
           PROP_TASK,
           g_param_spec_object ("task",
-                               _("Task of therow"),
+                               _("Task of the row"),
                                _("The task that this row represents"),
                                GTD_TYPE_TASK,
                                G_PARAM_READWRITE | G_PARAM_CONSTRUCT));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]