Skip to content

Commit 1c3927b

Browse files
author
jef
committed
fix multiple layer message
git-svn-id: http://svn.osgeo.org/qgis/trunk@9082 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cec862a commit 1c3927b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/legend/qgslegendlayer.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***************************************************************************
2-
* Copyright (C) 2005 by Tim Sutton *
3-
* aps02ts@macbuntu *
2+
* Copyright (C) 2005 by Tim Sutton *
3+
* aps02ts@macbuntu *
44
* *
55
* This program is free software; you can redistribute it and/or modify *
66
* it under the terms of the GNU General Public License as published by *
@@ -588,8 +588,8 @@ void QgsLegendLayer::table()
588588
std::list<QgsLegendLayerFile*> maplayers = legendLayerFiles();
589589
if (maplayers.size() > 1)
590590
{
591-
QMessageBox::information(0, tr("More layers"),
592-
tr("This item contains more layer files. Displaying more layers in table is not supported."));
591+
QMessageBox::information(0, tr("Multiple layers"),
592+
tr("This item contains multiple layers. Displaying multiple layers in the table is not supported."));
593593
}
594594
else if (maplayers.size() == 1)
595595
{

0 commit comments

Comments
 (0)