Finished correcting typos in kdebase, phew!

Andrew

svn path=/trunk/kdebase/ksysguard/; revision=312639
This commit is contained in:
Andrew Coles 2004-05-19 14:32:18 +00:00
parent 20e6aebb0d
commit 75db450e8b
3 changed files with 8 additions and 8 deletions

View file

@ -64,7 +64,7 @@ int main( int argc, char* argv[] )
if( !pid_ok || pid == 0 || !id_ok || id == None || !time_ok || timestamp == CurrentTime
|| hostname.isEmpty() || caption.isEmpty() || appname.isEmpty())
{
KCmdLineArgs::usage( i18n( "This helper utility is not supposed to be called directly!" ));
KCmdLineArgs::usage( i18n( "This helper utility is not supposed to be called directly." ));
return 1;
}
QString question = i18n(

View file

@ -117,7 +117,7 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
// If no library was found, exit kwin with an error message
if (path.isEmpty())
{
error( i18n("No window decoration plugin library was found!" ));
error( i18n("No window decoration plugin library was found." ));
return false;
}
@ -143,7 +143,7 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
if (!library)
{
error( i18n("The default decoration plugin is corrupt "
"and could not be loaded!" ));
"and could not be loaded." ));
return false;
}

View file

@ -2001,8 +2001,8 @@ void Workspace::helperDialog( const QString& message, const Client* c )
.arg( keys->shortcut( "Window Operations Menu" ).seq( 0 ).toString());
args << "--msgbox" <<
i18n( "You have selected to show a window without its border.\n"
"Without the border, you won't be able to enable the border "
"again using the mouse. Use the window operations menu instead, "
"Without the border, you will not be able to enable the border "
"again using the mouse: use the window operations menu instead, "
"activated using the %1 keyboard shortcut." )
.arg( shortcut );
type = "altf3warning";
@ -2013,9 +2013,9 @@ void Workspace::helperDialog( const QString& message, const Client* c )
.arg( keys->shortcut( "Window Operations Menu" ).seq( 0 ).toString());
args << "--msgbox" <<
i18n( "You have selected to show a window in fullscreen mode.\n"
"If the application itself doesn't have an option to turn the fullscreen "
"mode off, you won't be able to disable it "
"again using the mouse. Use the window operations menu instead, "
"If the application itself does not have an option to turn the fullscreen "
"mode off you will not be able to disable it "
"again using the mouse: use the window operations menu instead, "
"activated using the %1 keyboard shortcut." )
.arg( shortcut );
type = "altf3warning";