[Xfce4-commits] <postler:master> Don't localize sending port hint

Christian Dywan noreply at xfce.org
Sun Mar 20 18:16:01 CET 2011


Updating branch refs/heads/master
         to 7547cf10cf9001addbdfdafe76ef66e135f19794 (commit)
       from 54c3ec95f36fe340d57b4ba26cc8d6e42af4d22b (commit)

commit 7547cf10cf9001addbdfdafe76ef66e135f19794
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 20 17:20:30 2011 +0100

    Don't localize sending port hint

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

diff --git a/postler/postler-accountsetup.vala b/postler/postler-accountsetup.vala
index 65f92bc..4ec362e 100644
--- a/postler/postler-accountsetup.vala
+++ b/postler/postler-accountsetup.vala
@@ -152,7 +152,7 @@ public class Postler.AccountWidget : Gtk.VBox {
             }
         });
         add_label_entry (_("Sen_ding Server:"), sender, true);
-        sender_port = new Elementary.Entry (_("25"));
+        sender_port = new Elementary.Entry ("25");
         if (info.send_port != 0)
             sender_port.set_text (info.send_port.to_string ());
         add_label_entry (_("Sen_ding Port:"), sender_port, true);



More information about the Xfce4-commits mailing list