File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* **************************************************************************
2
- * Copyright (C) 2005 by Tim Sutton *
3
- * aps02ts@macbuntu *
2
+ * Copyright (C) 2005 by Tim Sutton *
3
+ * aps02ts@macbuntu *
4
4
* *
5
5
* This program is free software; you can redistribute it and/or modify *
6
6
* it under the terms of the GNU General Public License as published by *
@@ -588,8 +588,8 @@ void QgsLegendLayer::table()
588
588
std::list<QgsLegendLayerFile*> maplayers = legendLayerFiles ();
589
589
if (maplayers.size () > 1 )
590
590
{
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." ));
593
593
}
594
594
else if (maplayers.size () == 1 )
595
595
{
You can’t perform that action at this time.
0 commit comments