about summary refs log tree commit diff
path: root/src/gtk
diff options
context:
space:
mode:
authormusiclover <musiclover382@protonmail.com>2022-04-03 20:22:19 +0200
committermusiclover <musiclover382@protonmail.com>2022-04-03 20:22:19 +0200
commit3184c43930df7a4da9651dea33e70ecd74c044ae (patch)
treeb99147f9630b11b46763f444040e3a6090296c0e /src/gtk
parent97a7e97e207ecb77402ceb458d68c7649a26d144 (diff)
downloadFurtherance-3184c43930df7a4da9651dea33e70ecd74c044ae.tar.zst
Make some strings translatable in task_details.ui
Diffstat (limited to 'src/gtk')
-rwxr-xr-xsrc/gtk/task_details.ui6
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>