Skip to content

Commit

Permalink
window title of query builder localized
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7400 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 14, 2007
1 parent 8d159dc commit 44da450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssearchquerybuilder.cpp
Expand Up @@ -32,7 +32,7 @@ QgsSearchQueryBuilder::QgsSearchQueryBuilder(QgsVectorLayer* layer,
{
setupUi(this);

setWindowTitle("Search query builder");
setWindowTitle(tr("Search query builder"));

// disable unsupported operators
btnIn->setEnabled(false);
Expand Down

0 comments on commit 44da450

Please sign in to comment.