diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-22 10:30:19 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-22 10:30:19 +0300 |
commit | e3bb347a12ad929619a51b37f0ca48dcfe46b731 (patch) | |
tree | 643d2b973b003e91762af519620e34065953da64 /src/gtk/window.ui | |
parent | 22b05e7c934aee734005e7ba601968334467005c (diff) | |
download | Furtherance-e3bb347a12ad929619a51b37f0ca48dcfe46b731.tar.zst |
Add tags to tasks (Issue #8)
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-x | src/gtk/window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 4da1cd3..7317b55 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -55,7 +55,7 @@ <property name="margin_end">8</property> <child> <object class="GtkEntry" id="task_input"> - <property name="placeholder-text" translatable="yes">Task Name</property> + <property name="placeholder-text" translatable="yes">Task Name #Tags</property> <property name="hexpand">True</property> <property name="hexpand-set">True</property> </object> |