[Uml-devel] kdesdk (silent)
Stephan Binner
binner at kde.org
Wed Jun 2 10:03:13 UTC 2004
CVS commit by binner:
CVS_SILENT i18n style guide fixes
http://developer.kde.org/documentation/standards/kde/style/basics/labels.html
M +1 -1 cervisia/cvsinitdlg.cpp 1.3
M +1 -1 kbabel/catalogmanager/catalogmanager.cpp 1.106
M +1 -1 kbabel/commonui/projectwizard.cpp 1.3
M +2 -2 kompare/libdialogpages/diffpage.cpp 1.26
M +1 -1 kuiviewer/kuiviewer.cpp 1.11
M +1 -1 umbrello/umbrello/dialogs/settingsdlg.cpp 1.27
--- kdesdk/cervisia/cvsinitdlg.cpp #1.2:1.3
@@ -28,5 +28,5 @@ using Cervisia::CvsInitDialog;
CvsInitDialog::CvsInitDialog(QWidget* parent, const char* name)
- : KDialogBase(parent, name, true, i18n("Create a New Repository (cvs init)"),
+ : KDialogBase(parent, name, true, i18n("Create New Repository (cvs init)"),
Ok | Cancel, Ok, true)
{
--- kdesdk/kbabel/catalogmanager/catalogmanager.cpp #1.105:1.106
@@ -244,5 +244,5 @@ void CatalogManager::setupActions()
SLOT(clearAllMarks()), actionCollection(), "remove_all_marking");
action->setEnabled(false);
- action = new KAction( i18n("Mark modified files"), 0, _catalogManager,
+ action = new KAction( i18n("Mark Modified Files"), 0, _catalogManager,
SLOT(markModifiedFiles()), actionCollection(), "mark_modified_files");
// fixme to enabling this when loading is done using updateFinished() signal
--- kdesdk/kbabel/commonui/projectwizard.cpp #1.2:1.3
@@ -34,5 +34,5 @@ using namespace KBabel;
ProjectWizard::ProjectWizard(QWidget *parent,const char *name)
: KDialogBase(parent,name,true
- ,i18n("Caption of dialog","Create a new project")
+ ,i18n("Caption of dialog","Create New Project")
, User1|Cancel, User1)
{
--- kdesdk/kompare/libdialogpages/diffpage.cpp #1.25:1.26
@@ -323,5 +323,5 @@ void DiffPage::addExcludeTab()
layout->setMargin( KDialog::marginHint() );
- QHGroupBox* excludeFilePatternGroupBox = new QHGroupBox( i18n( "File pattern to exclude" ), page );
+ QHGroupBox* excludeFilePatternGroupBox = new QHGroupBox( i18n( "File Pattern to Exclude" ), page );
m_excludeFilePatternCheckBox = new QCheckBox( "", excludeFilePatternGroupBox );
QToolTip::add( m_excludeFilePatternCheckBox, i18n( "If this is checked you can enter a shell pattern in the text box on the right or select entries from the list." ) );
@@ -333,5 +333,5 @@ void DiffPage::addExcludeTab()
connect( m_excludeFilePatternCheckBox, SIGNAL(toggled(bool)), this, SLOT(slotExcludeFilePatternToggled(bool)));
- QHGroupBox* excludeFileNameGroupBox = new QHGroupBox( i18n( "File with filenames to exclude" ), page );
+ QHGroupBox* excludeFileNameGroupBox = new QHGroupBox( i18n( "File With Filenames to Exclude" ), page );
m_excludeFileCheckBox = new QCheckBox( "", excludeFileNameGroupBox );
QToolTip::add( m_excludeFileCheckBox, i18n( "If this is checked you can enter a filename in the combo box on the right." ) );
--- kdesdk/kuiviewer/kuiviewer.cpp #1.10:1.11
@@ -70,5 +70,5 @@ KUIViewer::KUIViewer()
// itself can't do anything useful
//FIXME improve message, which Part is this referring to?
- KMessageBox::error(this, i18n("Unable to locate Part"));
+ KMessageBox::error(this, i18n("Unable to locate Kuiviewer kpart."));
kapp->quit();
// we return here, cause kapp->quit() only means "exit the
--- kdesdk/umbrello/umbrello/dialogs/settingsdlg.cpp #1.26:1.27
@@ -125,5 +125,5 @@ void SettingsDlg::setupGeneralPage() {
// 2004-05-17 Achim Spangler: Allow definition of Suffix for autosave
// ( default: ".xmi" )
- m_GeneralWidgets.autosaveSuffixL = new QLabel( i18n("Set Autosave suffix:"), m_GeneralWidgets.autosaveGB );
+ m_GeneralWidgets.autosaveSuffixL = new QLabel( i18n("Set autosave suffix:"), m_GeneralWidgets.autosaveGB );
autosaveLayout -> addWidget( m_GeneralWidgets.autosaveSuffixL, 2, 0 );
m_GeneralWidgets.autosaveSuffixT = new QLineEdit( ".xmi", m_GeneralWidgets.autosaveGB );
More information about the umbrello-devel
mailing list