From cdd9f880d98ca9f5f1659ff96519340e0e85e20c Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 18 Dec 2011 18:55:37 +0100 Subject: [PATCH] Fix Spelling --- mainwindow.ui | 3 +++ nodemodel.cpp | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mainwindow.ui b/mainwindow.ui index f25c528..2620941 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -66,6 +66,9 @@ + + Mode Toolbar + TopToolBarArea diff --git a/nodemodel.cpp b/nodemodel.cpp index 20bde30..7d0c55c 100644 --- a/nodemodel.cpp +++ b/nodemodel.cpp @@ -36,9 +36,9 @@ QVariant NodeModel::headerData(int section, Qt::Orientation orientation, int rol case 3: return "Y"; case 4: - return "In Degree"; + return "Indegree"; case 5: - return "Out Degree"; + return "Outdegree"; default: break; } -- 2.52.0