mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
More spelling checks/fixes
interactivly labour
This commit is contained in:
parent
f09633cc6c
commit
2b937139b4
@ -92,6 +92,7 @@ calender:calendar
|
||||
cancelation:cancellation
|
||||
capabilites:capabilities
|
||||
capatibilities:capabilities
|
||||
capitalise:capitalize
|
||||
cariage:carriage
|
||||
centimetre:centimeter
|
||||
centimetres:centimeters
|
||||
@ -248,6 +249,7 @@ integreated:integrated
|
||||
integrety:integrity
|
||||
integrey:integrity
|
||||
intendet:intended
|
||||
interactivly:interactively
|
||||
interchangable:interchangeable
|
||||
intermittant:intermittent
|
||||
intersecton:intersection
|
||||
@ -258,6 +260,7 @@ jave:java
|
||||
kilometre:kilometer
|
||||
kilometres:kilometers
|
||||
labelling:labeling
|
||||
labour:labor
|
||||
langage:language
|
||||
langauage:language
|
||||
langugage:language
|
||||
@ -288,6 +291,7 @@ microprocesspr:microprocessor
|
||||
millimetre:millimeter
|
||||
millimetres:millimeters
|
||||
milliseonds:milliseconds
|
||||
minimise:minimize
|
||||
miscelleneous:miscellaneous
|
||||
misformed:malformed
|
||||
mispelled:misspelled
|
||||
@ -384,6 +388,7 @@ protecion:protection
|
||||
protocoll:protocol
|
||||
psychadelic:psychedelic
|
||||
quering:querying
|
||||
rasterise:rasterize
|
||||
recieve:receive
|
||||
recieved:received
|
||||
reciever:receiver
|
||||
|
@ -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 "
|
||||
"& 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 "
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user