summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-10 14:01:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-10 14:04:02 +0000
commita7320cbe406c0276a3c113a1adac93ed7a894dc2 (patch)
tree7dc13280216d0a420467e37c96a3413d587f83ff /cui
parentb1184f8a4e4a3949d38407c5f1d5155c2c2b42d5 (diff)
de:Interner Test -> en:Internal Test
Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/treeopt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 0a19a77ae51c..df853efc0c43 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -1631,7 +1631,7 @@ void OfaTreeOptionsDialog::Initialize( const Reference< XFrame >& _xFrame )
AddTabPage( nPageId, rTextArray.GetString(i), nGroup );
}
#ifdef DBG_UTIL
- AddTabPage( RID_SW_TP_OPTTEST_PAGE, rtl::OUString("Interner Test"), nGroup );
+ AddTabPage( RID_SW_TP_OPTTEST_PAGE, rtl::OUString("Internal Test"), nGroup );
#endif
}
@@ -1647,7 +1647,7 @@ void OfaTreeOptionsDialog::Initialize( const Reference< XFrame >& _xFrame )
AddTabPage( nPageId, rHTMLArray.GetString(i), nGroup );
}
#ifdef DBG_UTIL
- AddTabPage( RID_SW_TP_OPTTEST_PAGE, rtl::OUString("Interner Test"), nGroup );
+ AddTabPage( RID_SW_TP_OPTTEST_PAGE, rtl::OUString("Internal Test"), nGroup );
#endif
}
}