Skip to content

Commit

Permalink
Added Carlos Dávila to contributors list and applied patch from him t…
Browse files Browse the repository at this point in the history
…o neaten up a string.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7359 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 8, 2007
1 parent 2c2b9d6 commit cd5c81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -7,6 +7,7 @@ Baba Yoshihiko
Brent Wood
Brook Milligan
Carl Anderson
Carlos Dávila
Christian Ferreira
Frank Warmerdam
Hyao (IRC nickname)
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsattributetabledisplay.cpp
Expand Up @@ -137,7 +137,7 @@ void QgsAttributeTableDisplay::addAttribute()
{
if(!table()->addAttribute(dialog.name(),dialog.type()))
{
QMessageBox::information(this,tr("Name conflict"),tr("The attribute could not be inserted. The name already exists in the table"));
QMessageBox::information(this,tr("Name conflict"),tr("The attribute could not be inserted. The name already exists in the table."));
}
}
}
Expand Down

0 comments on commit cd5c81b

Please sign in to comment.