[Xfce4-commits] <postler:master> Add colons to labels in Search Properties

Christian Dywan noreply at xfce.org
Wed May 18 02:54:03 CEST 2011


Updating branch refs/heads/master
         to 3718a930e25182f119e1cf5729bd0001c72d3b01 (commit)
       from 42d29df3e4c8b3f8e6511858631bf509a7870a7a (commit)

commit 3718a930e25182f119e1cf5729bd0001c72d3b01
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue May 17 22:38:19 2011 +0200

    Add colons to labels in Search Properties
    
    Fixes: https://bugs.launchpad.net/bugs/782681

 postler/postler-accountsetup.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postler/postler-accountsetup.vala b/postler/postler-accountsetup.vala
index 680c60e..a64d86a 100644
--- a/postler/postler-accountsetup.vala
+++ b/postler/postler-accountsetup.vala
@@ -61,10 +61,10 @@ public class Postler.AccountWidget : Gtk.VBox {
 
             header = new Elementary.Entry ();
             header.set_text (parts[0]);
-            add_label_entry (_("_Header"), header);
+            add_label_entry (_("_Header:"), header);
             filter = new Elementary.Entry ();
             filter.set_text (parts[1]);
-            add_label_entry (_("_Keywords"), filter);
+            add_label_entry (_("_Keywords:"), filter);
 
             content_area.show_all ();
             pack_end (content_area, true, true, 0);



More information about the Xfce4-commits mailing list