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

List:       kde-i18n-doc
Subject:    Re: Request string break for Rocs
From:       Frederik Schwarzer <schwarzer () kde ! org>
Date:       2011-12-02 22:56:27
Message-ID: 13782338.SVh4mhXnx0 () tamaki
[Download RAW message or body]

Andreas Cord-Landwehr [Friday 02 December 2011]
> Hi, I would like to kindly ask for approval for the attached patch for Rocs, 
> as suggested by Burkhard Lück. This patch shortens strings for several 
> alignment operations that are grouped in an alignment toolbar. It introduces 7 
> new strings.
> 
> I attached the patch to this mail.

Ok from German team.

Regards
["0001-Use-shorter-names-for-action.patch" (0001-Use-shorter-names-for-action.patch)]

From b46f602669019366fb297cdd07e8d271d07159cf Mon Sep 17 00:00:00 2001
From: Andreas Cord-Landwehr <cola@uni-paderborn.de>
Date: Fri, 2 Dec 2011 23:19:58 +0100
Subject: [PATCH] Use shorter names for action.

---
 src/Interface/MainWindow.cpp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/Interface/MainWindow.cpp b/src/Interface/MainWindow.cpp
index 5abd5df..a1a6413 100644
--- a/src/Interface/MainWindow.cpp
+++ b/src/Interface/MainWindow.cpp
@@ -312,14 +312,14 @@ void MainWindow::setupActions()
     actionCollection()->action ( "selectmove" )->toggle();
     gc->setAction ( _selectMoveAction );
 
-    _paletteActions->addAction ( "align-hbottom",new AlignAction ( i18n ( "Align on \
                the base" ),  AlignAction::Bottom, gc, _graphVisualEditor ) );
-    _paletteActions->addAction ( "align-hcenter",new AlignAction ( i18n ( "Align on \
                the center" ),AlignAction::HCenter,gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-htop",   new AlignAction ( i18n ( "Align on \
                the top" ),   AlignAction::Top,    gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-vleft",  new AlignAction ( i18n ( "Align on \
                the left" ),  AlignAction::Left,   gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-vcenter",new AlignAction ( i18n ( "Align on \
                the center" ),AlignAction::VCenter,gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-vright", new AlignAction ( i18n ( "Align on \
                the right" ), AlignAction::Right,  gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-circle", new AlignAction ( i18n ( "Align on \
                a circle" ),  AlignAction::Circle,  gc,_graphVisualEditor ) );
-    _paletteActions->addAction ( "align-tree", new AlignAction ( i18n ( "Minimize \
Crossing Edges" ),  AlignAction::MinCutTree, gc, _graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-hbottom",new AlignAction ( i18nc( "Alignment", \
"Base" ),  AlignAction::Bottom, gc, _graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-hcenter",new AlignAction ( i18nc( "Alignment", \
"Center" ),AlignAction::HCenter,gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-htop",   new AlignAction ( i18nc( "Alignment", \
"Top" ),   AlignAction::Top,    gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-vleft",  new AlignAction ( i18nc( "Alignment", \
"Left" ),  AlignAction::Left,   gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-vcenter",new AlignAction ( i18nc( "Alignment", \
"Center" ),AlignAction::VCenter,gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-vright", new AlignAction ( i18nc( "Alignment", \
"Right" ), AlignAction::Right,  gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-circle", new AlignAction ( i18nc( "Alignment", \
"Circle" ),  AlignAction::Circle,  gc,_graphVisualEditor ) ); +    \
_paletteActions->addAction ( "align-tree", new AlignAction ( i18nc( "Alignment", \
"Minimize Crossing Edges" ),  AlignAction::MinCutTree, gc, _graphVisualEditor ) );  
     // Menu actions
     createAction("document-new",     i18n("New Graph"),         "new-graph",         \
                SLOT(newGraph()),    this);
-- 
1.7.7.3



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

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