[Xfce4-commits] <postler:master> Don't concatenate attachment warning either

Christian Dywan noreply at xfce.org
Tue Jan 25 20:32:01 CET 2011


Updating branch refs/heads/master
         to 33ae4ff42d6731600171c27571b6cebf39a4c351 (commit)
       from 43e1d2cb3321cb5de77c9aee39208e8623db0ecf (commit)

commit 33ae4ff42d6731600171c27571b6cebf39a4c351
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Jan 25 20:29:39 2011 +0100

    Don't concatenate attachment warning either

 postler/postler-composer.vala |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index cd86071..6b94689 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -153,10 +153,9 @@ public class Postler.Composer : Gtk.Window {
                         if (keyword in body) {
                             var dialog = new Gtk.MessageDialog (this, 0,
                                 Gtk.MessageType.ERROR, Gtk.ButtonsType.NONE,
-                                _("An attachment is mentioned in the text, but "
-                                + "no files were attached."));
-                            dialog.format_secondary_text (_("Do you want to "
-                                + "send the message without attachments?"));
+        _("An attachment is mentioned in the text, but no files were attached."));
+                            dialog.format_secondary_text (
+        _("Do you want to send the message without attachments?"));
                             dialog.add_buttons (
                                 Gtk.STOCK_CANCEL,
                                 Gtk.ResponseType.CANCEL,



More information about the Xfce4-commits mailing list