about summary refs log tree commit diff
path: root/src/ui/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.rs')
-rwxr-xr-xsrc/ui/window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.rs b/src/ui/window.rs
index 9d32e14..5b7d647 100755
--- a/src/ui/window.rs
+++ b/src/ui/window.rs
@@ -323,7 +323,7 @@ impl FurtheranceWindow {
             let task_name_edit = gtk::Entry::new();
             task_name_edit.set_placeholder_text(Some(&gettext("Task Name")));
             let task_tags_edit = gtk::Entry::new();
-            let tags_placeholder = format!("#{}", &gettext("Tags"));
+            let tags_placeholder = format!("#{}", &gettext("tags"));
             task_tags_edit.set_placeholder_text(Some(&tags_placeholder));
 
             let labels_box = gtk::Box::new(gtk::Orientation::Horizontal, 5);