[Xfce4-commits] <postler:master> Title composer window 'Compose message'
Christian Dywan
noreply at xfce.org
Sat Jun 26 03:22:10 CEST 2010
Updating branch refs/heads/master
to 78dab05886106e28aaee6a48d69bad2b8a24c923 (commit)
from aa47e3d08f6e35e311704234c5b713c3c7d0baef (commit)
commit 78dab05886106e28aaee6a48d69bad2b8a24c923
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Jun 23 23:14:28 2010 +0200
Title composer window 'Compose message'
postler/postler-composer.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index 8b0dbc2..674e4fc 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -173,7 +173,7 @@ public class Postler.Composer : Gtk.Window {
public Composer () {
GLib.Object (icon_name: STOCK_MAIL_MESSAGE_NEW,
- title: GLib.Environment.get_application_name ());
+ title: _("Compose message"));
var screen = get_screen ();
double window_width = screen.get_width () / 1.7;
More information about the Xfce4-commits
mailing list