Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/editorwindow.cc')
-rw-r--r--src/editorwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editorwindow.cc b/src/editorwindow.cc
index fc183c6..ee71577 100644
--- a/src/editorwindow.cc
+++ b/src/editorwindow.cc
@@ -254,7 +254,7 @@ void EditorWindow::deleteSelected()
void EditorWindow::showZoneProperties()
{
- QMessageBox::information(this, tr("Zone properties"), tr("Not yet iplemented"));
+ QMessageBox::information(this, tr("Zone properties"), tr("Needs to be implemented"));
}
}