From: APTX Date: Sun, 18 Dec 2011 17:55:37 +0000 (+0100) Subject: Fix Spelling X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=cdd9f880d98ca9f5f1659ff96519340e0e85e20c;p=graph.git Fix Spelling --- 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; }