mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
corrected caps in MessageComposer (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
99efa00c14
commit
cfdbbc71c2
@ -243,21 +243,21 @@ MessageComposer::MessageComposer(QWidget *parent, Qt::WindowFlags flags)
|
|||||||
QActionGroup *grp2 = new QActionGroup(this);
|
QActionGroup *grp2 = new QActionGroup(this);
|
||||||
connect(grp2, SIGNAL(triggered(QAction *)), this, SLOT(textStyle(QAction *)));
|
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);
|
actionDisc->setCheckable(true);
|
||||||
actionCircle = new QAction(QIcon(""), tr("Bullet List (Circle)"), grp2);
|
actionCircle = new QAction(QIcon(""), tr("Bullet list (circle)"), grp2);
|
||||||
actionCircle->setCheckable(true);
|
actionCircle->setCheckable(true);
|
||||||
actionSquare = new QAction(QIcon(""), tr("Bullet List (Square)"), grp2);
|
actionSquare = new QAction(QIcon(""), tr("Bullet list (square)"), grp2);
|
||||||
actionSquare->setCheckable(true);
|
actionSquare->setCheckable(true);
|
||||||
actionDecimal= new QAction(QIcon(""), tr("Ordered List (Decimal)"), grp2);
|
actionDecimal= new QAction(QIcon(""), tr("Ordered list (decimal)"), grp2);
|
||||||
actionDecimal->setCheckable(true);
|
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);
|
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);
|
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);
|
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);
|
actionUpperRoman->setCheckable(true);
|
||||||
|
|
||||||
setupFormatActions();
|
setupFormatActions();
|
||||||
|
@ -9766,47 +9766,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+7"/>
|
<location line="+289"/>
|
||||||
<source>Bullet List (Disc)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Bullet List (Circle)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Bullet List (Square)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Ordered List (Decimal)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Ordered List (Alpha lower)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Ordered List (Alpha upper)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Ordered List (Roman lower</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+2"/>
|
|
||||||
<source>Ordered List (Roman upper)</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+268"/>
|
|
||||||
<source>Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br></source>
|
<source>Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -10134,7 +10094,47 @@ Do you want to save message ?</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+292"/>
|
<location line="-24"/>
|
||||||
|
<source>Bullet list (disc)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Bullet list (circle)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Bullet list (square)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Ordered list (decimal)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Ordered list (alpha lower)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Ordered list (alpha upper)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Ordered list (roman lower)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+2"/>
|
||||||
|
<source>Ordered list (roman upper)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+302"/>
|
||||||
<source>Thanks, <br></source>
|
<source>Thanks, <br></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
Loading…
Reference in New Issue
Block a user