[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta/components/debugger (silent)
From:       Stephan Binner <binner () kde ! org>
Date:       2005-08-14 21:10:59
Message-ID: 1124053859.972810.19521.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 449260 by binner:

SVN_SILENT i18n style guide fixes


 M  +1 -1      dbgp/dbgpsettingss.ui  
 M  +1 -1      dbgp/quantadebuggerdbgp.cpp  
 M  +1 -1      debuggermanager.cpp  
 M  +1 -1      interfaces/debuggerclient.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/dbgp/dbgpsettingss.ui \
#449259:449260 @@ -325,7 +325,7 @@
                                     </sizepolicy>
                                 </property>
                                 <property name="text">
-                                    <string>Local project::</string>
+                                    <string>Local project:</string>
                                 </property>
                             </widget>
                         </grid>
--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/dbgp/quantadebuggerdbgp.cpp \
#449259:449260 @@ -845,7 +845,7 @@
     else
     {
       if(forceopen)
-        KMessageBox::sorry(NULL, i18n("Unable to open profiler output \
(%1)").arg(profileroutput), i18n("Profiler file error")); +        \
KMessageBox::sorry(NULL, i18n("Unable to open profiler output \
(%1)").arg(profileroutput), i18n("Profiler File Error"));  else
         debuggerInterface()->showStatus(i18n("Unable to open profiler output \
(%1)").arg(profileroutput), false);  }
--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/debuggermanager.cpp \
#449259:449260 @@ -207,7 +207,7 @@
   newaction = new KAction(i18n("Set Value of Variable"), SmallIcon("edit"), 0, this, \
SLOT(slotVariableSet()), ac, "debug_variable_setdialog");  \
newaction->setToolTip(i18n("Changes the value of a variable"));  
-  newaction = new KAction(i18n("Open profiler output"), SmallIcon("launch"), 0, \
this, SLOT(slotProfilerOpen()), ac, "debug_profiler_open"); +  newaction = new \
KAction(i18n("Open Profiler Output"), SmallIcon("launch"), 0, this, \
SLOT(slotProfilerOpen()), ac, "debug_profiler_open");  \
newaction->setToolTip(i18n("Opens the profiler output file"));  
   enableAction("*", false);
--- branches/KDE/3.5/kdewebdev/quanta/components/debugger/interfaces/debuggerclient.cpp \
#449259:449260 @@ -103,7 +103,7 @@
 // Unimplemented defaults
 void DebuggerClient::profilerOpen( )
 {
-  unSupportedAction(i18n("Open Profiler output"));
+  unSupportedAction(i18n("Open Profiler Output"));
 }
 
 // Unimplemented defaults


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic