Make the descriptions of pin/unpin library translatable

This commit is contained in:
Tokita, Hiroshi 2021-02-19 20:24:49 +00:00 committed by Ian McInerney
parent 8b1771b03e
commit 9da55d961a
1 changed files with 5 additions and 6 deletions

View File

@ -405,13 +405,12 @@ TOOL_ACTION ACTIONS::cursorDblClick( "common.Control.cursorDblClick",
TOOL_ACTION ACTIONS::refreshPreview( "common.Control.refreshPreview",
AS_GLOBAL );
TOOL_ACTION ACTIONS::pinLibrary( "common.Control.pinLibrary",
AS_GLOBAL, 0, "",
_( "Pin Library" ), "Keep the library at the top of the list" );
TOOL_ACTION ACTIONS::pinLibrary( "common.Control.pinLibrary", AS_GLOBAL, 0, "", _( "Pin Library" ),
_( "Keep the library at the top of the list" ) );
TOOL_ACTION ACTIONS::unpinLibrary( "common.Control.unpinLibrary",
AS_GLOBAL, 0, "",
_( "Unpin Library" ), "No longer keep the library at the top of the list" );
TOOL_ACTION ACTIONS::unpinLibrary( "common.Control.unpinLibrary", AS_GLOBAL, 0, "",
_( "Unpin Library" ),
_( "No longer keep the library at the top of the list" ) );
TOOL_ACTION ACTIONS::panUp( "common.Control.panUp",
AS_GLOBAL,