diff options
author | musiclover <musiclover382@protonmail.com> | 2022-04-03 20:22:19 +0200 |
---|---|---|
committer | musiclover <musiclover382@protonmail.com> | 2022-04-03 20:22:19 +0200 |
commit | 3184c43930df7a4da9651dea33e70ecd74c044ae (patch) | |
tree | b99147f9630b11b46763f444040e3a6090296c0e | |
parent | 97a7e97e207ecb77402ceb458d68c7649a26d144 (diff) | |
download | Furtherance-3184c43930df7a4da9651dea33e70ecd74c044ae.tar.zst |
Make some strings translatable in 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> |