Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv7415/atlantikdesigner/designer
Modified Files:
editor.cpp group.cpp
Log Message:
CVS_SILENT i18n style guide fixes
Index: editor.cpp
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/editor.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- editor.cpp 5 Jan 2003 21:07:58 -0000 1.36
+++ editor.cpp 17 May 2003 11:00:29 -0000 1.37
@@ -192,7 +192,7 @@
connect(typeCombo, SIGNAL(activated(int)), this, SIGNAL(somethingChanged()));
connect(typeCombo, SIGNAL(activated(int)), this, SIGNAL(updateBackground()));
- goCheck = new QCheckBox(i18n("This estate is Go"), this);
+ goCheck = new QCheckBox(i18n("This estate is 'Go'"), this);
connect(goCheck, SIGNAL(toggled(bool)), this, SIGNAL(somethingChanged()));
connect(goCheck, SIGNAL(toggled(bool)), this, SLOT(goToggled(bool)));
layout->addWidget(goCheck, 5, 0);
@@ -461,7 +461,7 @@
void CardsDlg::addStack()
{
bool ok;
- QString name = KLineEditDlg::getText(i18n("Add Stack"), i18n("Enter the name of the new stack below."), QString::null, &ok, this);
+ QString name = KLineEditDlg::getText(i18n("Add Stack"), i18n("Enter the name of the new stack:"), QString::null, &ok, this);
if (ok)
{
for (QValueList<CardStack>::Iterator it = stacks->begin(); it != stacks->end(); ++it)
@@ -717,7 +717,7 @@
void CardView::add()
{
bool ok = false;
- QString name = KLineEditDlg::getText(i18n("Add Card"), i18n("Enter the name of the new card below."), QString::null, &ok, this);
+ QString name = KLineEditDlg::getText(i18n("Add Card"), i18n("Enter the name of the new card:"), QString::null, &ok, this);
if (ok)
List->insertItem(name, 0);
@@ -739,7 +739,7 @@
return;
bool ok = false;;
- QString name = KLineEditDlg::getText(i18n("Add Card"), i18n("Enter the name of the new card below."), (*stack->at(curItem)).name, &ok, this);
+ QString name = KLineEditDlg::getText(i18n("Add Card"), i18n("Enter the name of the new card:"), (*stack->at(curItem)).name, &ok, this);
if (ok)
{
(*stack->at(curItem)).name = name;
Index: group.cpp
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/group.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- group.cpp 12 Jan 2003 08:18:20 -0000 1.8
+++ group.cpp 17 May 2003 11:00:29 -0000 1.9
@@ -104,7 +104,7 @@
void GroupEditor::add()
{
bool ok;
- QString name = KLineEditDlg::getText(i18n("Add Group"), i18n("Enter the name of the new group below:"), QString::null, &ok, this);
+ QString name = KLineEditDlg::getText(i18n("Add Group"), i18n("Enter the name of the new group:"), QString::null, &ok, this);
if (ok)
{
for (ConfigEstateGroupList::Iterator it = mylist.begin(); it != mylist.end(); ++it)
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.