diff options
author | lakoliu <99976966+lakoliu@users.noreply.github.com> | 2022-04-06 22:27:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 22:27:13 +0300 |
commit | 3070a42a39b45de78364c888cd28c84dca3ba7bb (patch) | |
tree | eba0f24df78832157dc38a86904e4f3a510df905 /src/gtk | |
parent | b816f3c91691d7dc521927cd4109861ca6d7dde8 (diff) | |
parent | 049a8088a78666816b36397b89215b1e01b7eb69 (diff) | |
download | Furtherance-3070a42a39b45de78364c888cd28c84dca3ba7bb.tar.zst |
Merge pull request #9 from musiclover382/i18n
Complete localization support
Diffstat (limited to 'src/gtk')
-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> |