Git commit 1f8e8898d19d3e78136a75c2cbd02605f75b93ba by Jan Kundr?t.
Committed on 18/04/2013 at 19:21.
Pushed by jkt into branch 'master'.

GUI: make it clearer that this is for showing another message-in-a-message

M  +1    -1    src/Gui/PartWidget.cpp

http://commits.kde.org/trojita/1f8e8898d19d3e78136a75c2cbd02605f75b93ba

diff --git a/src/Gui/PartWidget.cpp b/src/Gui/PartWidget.cpp
index 89b5247..487d9fa 100644
--- a/src/Gui/PartWidget.cpp
+++ b/src/Gui/PartWidget.cpp
@@ -169,7 +169,7 @@ QString GenericMultipartWidget::quoteMe() const
 Message822Widget::Message822Widget(QWidget *parent,
                                    PartWidgetFactory *factory, const 
QModelIndex &partIndex,
                                    int recursionDepth):
-    QGroupBox(tr("Message"), parent)
+    QGroupBox(tr("Attached Message"), parent)
 {
     setFlat(true);
     QVBoxLayout *layout = new QVBoxLayout(this);

Reply via email to