[Kst] kdeextragear-2 (silent)
Stephan Binner
binner at kde.org
Tue May 20 10:19:17 CEST 2003
CVS commit by binner:
CVS_SILENT i18n style guide fixes
M +1 -1 kile/kile/gfe/logScaleOp.cpp 1.4
M +1 -1 kile/kile/gfe/psOpt.cpp 1.3
M +1 -1 kile/kile/kile.cpp 1.18
M +1 -1 kmplayer/src/pref.cpp 1.22
M +2 -2 kst/kst/ksteqdialog_i.cpp 1.8
M +4 -4 kst/kst/kstplugindialog_i.cpp 1.13
M +1 -1 kst/kst/pluginmanager.ui.h 1.10
--- kdeextragear-2/kile/kile/kile.cpp #1.17:1.18
@@ -451,5 +451,5 @@ void Kile::setupActions()
else {MessageAction->setChecked(false);}
- (void) new KAction(i18n("Remove a template..."),0,this,SLOT(removeTemplate()),actionCollection(),"removetemplates");
+ (void) new KAction(i18n("Remove Template..."),0,this,SLOT(removeTemplate()),actionCollection(),"removetemplates");
WatchFileAction=new KToggleAction(i18n("Watch File Mode"),"watchfile",0 , this, SLOT(ToggleWatchFile()), actionCollection(),"WatchFile" );
--- kdeextragear-2/kile/kile/gfe/logScaleOp.cpp #1.3:1.4
@@ -37,5 +37,5 @@ logScaleOp::logScaleOp
logScaleOpData( parent, name )
{
- setCaption( i18n("Log Scale options") );
+ setCaption( i18n("Log Scale Options") );
}
--- kdeextragear-2/kile/kile/gfe/psOpt.cpp #1.2:1.3
@@ -35,5 +35,5 @@ psOpt::psOpt
psOptData( parent, name )
{
- setCaption( i18n("Postscript Options") );
+ setCaption( i18n("PostScript Options") );
}
--- kdeextragear-2/kmplayer/src/pref.cpp #1.21:1.22
@@ -125,5 +125,5 @@ KMPlayerPreferences::KMPlayerPreferences
/*hierarchy.clear();
hierarchy << i18n("Output plugins") << i18n("General");
- frame = addPage(hierarchy, i18n("Output plugin Options || NOT YET USED == FIXME!"));
+ frame = addPage(hierarchy, i18n("Output Plugin Options || NOT YET USED == FIXME!"));
vlay = new QVBoxLayout(frame, marginHint(), spacingHint());
m_OPPageGeneral = new KMPlayerPrefOPPageGeneral(frame);
--- kdeextragear-2/kst/kst/ksteqdialog_i.cpp #1.7:1.8
@@ -234,5 +234,5 @@ void KstEqDialogI::new_I() {
KMessageBox::sorry(NULL,
i18n("The minimum and maximum X range can not be "
- "equal"));
+ "equal."));
return;
}
@@ -332,5 +332,5 @@ void KstEqDialogI::edit_I() {
KMessageBox::sorry(NULL,
i18n("The minimum and maximum X range can not be "
- "equal"));
+ "equal."));
return;
}
--- kdeextragear-2/kst/kst/pluginmanager.ui.h #1.9:1.10
@@ -24,5 +24,5 @@ void PluginManager::selectionChanged( QL
void PluginManager::install()
{
- KURL xmlfile = KFileDialog::getOpenURL(QString::null, "*.xml", this, i18n("Please select a plugin to install."));
+ KURL xmlfile = KFileDialog::getOpenURL(QString::null, "*.xml", this, i18n("Please Select Plugin to Install"));
if (xmlfile.isEmpty()) {
More information about the Kst
mailing list