[Libreoffice-commits] .: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 06:04:25 PST 2012


 cui/source/options/treeopt.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a7320cbe406c0276a3c113a1adac93ed7a894dc2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 10 14:01:42 2012 +0000

    de:Interner Test -> en:Internal Test
    
    Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 0a19a77..df853ef 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
             }
         }


More information about the Libreoffice-commits mailing list