diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-05-22 11:45:57 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-05-22 11:45:57 +0300 |
commit | c034afed4ed976b22365e7f28eb0c5c21bfbaa59 (patch) | |
tree | 77544ec16830dc689805268baa25db999f472e2c | |
parent | 6ec127b0f66dcffbb51c60611dd8aa4982cbb6eb (diff) | |
download | Furtherance-c034afed4ed976b22365e7f28eb0c5c21bfbaa59.tar.zst |
Edit task placeholder text
-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 aa38ef0..963922a 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -61,7 +61,7 @@ <property name="margin_end">8</property> <child> <object class="GtkEntry" id="task_input"> - <property name="placeholder-text" translatable="yes">Task Name #Tags</property> + <property name="placeholder-text" translatable="yes">Task Name #tags</property> <property name="hexpand">True</property> <property name="hexpand-set">True</property> </object> |