Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More spelling checks/fixes
interactivly
labour
  • Loading branch information
DelazJ committed Dec 29, 2016
1 parent f09633c commit 2b93713
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions scripts/spelling.dat
Expand Up @@ -92,6 +92,7 @@ calender:calendar
cancelation:cancellation
capabilites:capabilities
capatibilities:capabilities
capitalise:capitalize
cariage:carriage
centimetre:centimeter
centimetres:centimeters
Expand Down Expand Up @@ -248,6 +249,7 @@ integreated:integrated
integrety:integrity
integrey:integrity
intendet:intended
interactivly:interactively
interchangable:interchangeable
intermittant:intermittent
intersecton:intersection
Expand All @@ -258,6 +260,7 @@ jave:java
kilometre:kilometer
kilometres:kilometers
labelling:labeling
labour:labor
langage:language
langauage:language
langugage:language
Expand Down Expand Up @@ -288,6 +291,7 @@ microprocesspr:microprocessor
millimetre:millimeter
millimetres:millimeters
milliseonds:milliseconds
minimise:minimize
miscelleneous:miscellaneous
misformed:malformed
mispelled:misspelled
Expand Down Expand Up @@ -384,6 +388,7 @@ protecion:protection
protocoll:protocol
psychadelic:psychedelic
quering:querying
rasterise:rasterize
recieve:receive
recieved:received
reciever:receiver
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgssponsors.cpp
Expand Up @@ -32,7 +32,7 @@ QgsSponsors::QgsSponsors( QWidget *parent )
init();
QString intro = tr( "<p>We work really hard to make this nice software for you. "
"See all the cool features it has? Get a warm fuzzy feeling when you use it? "
"QGIS is a labour of love by a dedicated team of developers. We want you to copy "
"QGIS is a labor of love by a dedicated team of developers. We want you to copy "
"&amp; share it and put it in the hands of as many people as possible. If QGIS "
"is saving you money or you like our work and have the financial ability to "
"help, please consider sponsoring the development of QGIS. We use money from "
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsnewhttpconnection.cpp
Expand Up @@ -220,7 +220,7 @@ void QgsNewHttpConnection::accept()
if ( !txtPassword->text().isEmpty() &&
QMessageBox::question( this,
tr( "Saving passwords" ),
tr( "WARNING: You have entered a password. It will be stored in plain text in your project files and in your home directory on Unix-like systems, or in your user profile on Windows. If you do not want this to happen, please press the Cancel button.\nNote: giving the password is optional. It will be requested interactivly, when needed." ),
tr( "WARNING: You have entered a password. It will be stored in plain text in your project files and in your home directory on Unix-like systems, or in your user profile on Windows. If you do not want this to happen, please press the Cancel button.\nNote: Giving the password is optional. It will be requested interactively, when needed." ),
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Cancel )
{
return;
Expand Down

0 comments on commit 2b93713

Please sign in to comment.