diff --git a/retroshare-gui/src/gui/msgs/MessageComposer.cpp b/retroshare-gui/src/gui/msgs/MessageComposer.cpp
index 891795c07..3a64bf541 100644
--- a/retroshare-gui/src/gui/msgs/MessageComposer.cpp
+++ b/retroshare-gui/src/gui/msgs/MessageComposer.cpp
@@ -243,21 +243,21 @@ MessageComposer::MessageComposer(QWidget *parent, Qt::WindowFlags flags)
QActionGroup *grp2 = new QActionGroup(this);
connect(grp2, SIGNAL(triggered(QAction *)), this, SLOT(textStyle(QAction *)));
- actionDisc = new QAction(QIcon(""), tr("Bullet List (Disc)"), grp2);
+ actionDisc = new QAction(QIcon(""), tr("Bullet list (disc)"), grp2);
actionDisc->setCheckable(true);
- actionCircle = new QAction(QIcon(""), tr("Bullet List (Circle)"), grp2);
+ actionCircle = new QAction(QIcon(""), tr("Bullet list (circle)"), grp2);
actionCircle->setCheckable(true);
- actionSquare = new QAction(QIcon(""), tr("Bullet List (Square)"), grp2);
+ actionSquare = new QAction(QIcon(""), tr("Bullet list (square)"), grp2);
actionSquare->setCheckable(true);
- actionDecimal= new QAction(QIcon(""), tr("Ordered List (Decimal)"), grp2);
+ actionDecimal= new QAction(QIcon(""), tr("Ordered list (decimal)"), grp2);
actionDecimal->setCheckable(true);
- actionLowerAlpha = new QAction(QIcon(""), tr("Ordered List (Alpha lower)"), grp2);
+ actionLowerAlpha = new QAction(QIcon(""), tr("Ordered list (alpha lower)"), grp2);
actionLowerAlpha->setCheckable(true);
- actionUpperAlpha = new QAction(QIcon(""), tr("Ordered List (Alpha upper)"), grp2);
+ actionUpperAlpha = new QAction(QIcon(""), tr("Ordered list (alpha upper)"), grp2);
actionUpperAlpha->setCheckable(true);
- actionLowerRoman = new QAction(QIcon(""), tr("Ordered List (Roman lower"), grp2);
+ actionLowerRoman = new QAction(QIcon(""), tr("Ordered list (roman lower)"), grp2);
actionLowerRoman->setCheckable(true);
- actionUpperRoman = new QAction(QIcon(""), tr("Ordered List (Roman upper)"), grp2);
+ actionUpperRoman = new QAction(QIcon(""), tr("Ordered list (roman upper)"), grp2);
actionUpperRoman->setCheckable(true);
setupFormatActions();
diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts
index 0cd4c5564..c9f0026ad 100644
--- a/retroshare-gui/src/lang/retroshare_en.ts
+++ b/retroshare-gui/src/lang/retroshare_en.ts
@@ -9766,47 +9766,7 @@ p, li { white-space: pre-wrap; }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -10134,7 +10094,47 @@ Do you want to save message ?
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+