diff options
Diffstat (limited to 'src/gtk/task_details.ui')
-rwxr-xr-x | src/gtk/task_details.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtk/task_details.ui b/src/gtk/task_details.ui index ccbfc1e..003036b 100755 --- a/src/gtk/task_details.ui +++ b/src/gtk/task_details.ui @@ -70,7 +70,7 @@ <property name="spacing">5</property> <child> <object class="GtkLabel"> - <property name="label">Start</property> + <property name="label" translatable="yes">Start</property> <style> <class name="title-2"/> </style> @@ -78,7 +78,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label">Stop</property> + <property name="label" translatable="yes">Stop</property> <style> <class name="title-2"/> </style> @@ -86,7 +86,7 @@ </child> <child> <object class="GtkLabel"> - <property name="label">Total</property> + <property name="label" translatable="yes">Total</property> <style> <class name="title-2"/> </style> |