diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-02-24 22:01:02 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-02-25 13:29:49 +0000 |
commit | e956e648c8d43ee8fbd5a53cc84ca42e4552eb61 (patch) | |
tree | 40e8a2f5dfe842690c075afe99654cebc7505a52 /sw | |
parent | b848e32dfd5fc6ed4e487e68460d49643fd5e3c1 (diff) |
translated German dbgutil popup texts
Change-Id: I7af6b84da0ebfe9067690153665fb2470fdebcf4
Reviewed-on: https://gerrit.libreoffice.org/14607
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/crstrvl.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx index f72283c0a258..9993b5037d37 100644 --- a/sw/source/core/crsr/crstrvl.cxx +++ b/sw/source/core/crsr/crstrvl.cxx @@ -1582,12 +1582,11 @@ bool SwCrsrShell::GetContentAtPos( const Point& rPt, rCntntAtPos.sStr += ":"; rCntntAtPos.sStr += OUString::number( aPos.nContent.GetIndex()); rCntntAtPos.sStr += ")"; - rCntntAtPos.sStr += "\nAbs.Vorl.: "; // translation *might be* "paragraph template" + rCntntAtPos.sStr += "\nParagraph Style: "; rCntntAtPos.sStr += pTxtNd->GetFmtColl()->GetName(); if( pTxtNd->GetCondFmtColl() ) { - // translation *might be* "conditional template" - rCntntAtPos.sStr += "\nBed.Vorl.: " + pTxtNd->GetCondFmtColl()->GetName(); + rCntntAtPos.sStr += "\nConditional Style: " + pTxtNd->GetCondFmtColl()->GetName(); } if( aSet.Count() ) |