Kaydet (Commit) 30be3db6 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt Kaydeden (comit) Caolán McNamara

Better wording for several Actions

Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6
Reviewed-on: https://gerrit.libreoffice.org/1967Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f7ddccda
......@@ -77,19 +77,19 @@ Menu RID_POPUP_ROWHEADER
{
Identifier = FID_INS_ROW ;
HelpId = CMD_FID_INS_ROW ;
Text [ en-US ] = "~Insert Rows" ;
Text [ en-US ] = "~Insert Rows Above" ;
};
MenuItem
{
Identifier = SID_DEL_ROWS ;
HelpId = CMD_SID_DEL_ROWS ;
Text [ en-US ] = "~Delete Rows" ;
Text [ en-US ] = "~Delete Selected Rows" ;
};
MenuItem
{
Identifier = SID_DELETE ;
HelpId = CMD_SID_DELETE ;
Text [ en-US ] = "De~lete Contents..." ;
Text [ en-US ] = "De~lete Row Contents..." ;
};
//------------------------------
MenuItem { Separator = TRUE ; };
......@@ -148,19 +148,19 @@ Menu RID_POPUP_COLHEADER
{
Identifier = FID_INS_COLUMN ;
HelpId = CMD_FID_INS_COLUMN ;
Text [ en-US ] = "~Insert Columns" ;
Text [ en-US ] = "~Insert Columns Left" ;
};
MenuItem
{
Identifier = SID_DEL_COLS ;
HelpId = CMD_SID_DEL_COLS ;
Text [ en-US ] = "~Delete Columns" ;
Text [ en-US ] = "~Delete Selected Columns" ;
};
MenuItem
{
Identifier = SID_DELETE ;
HelpId = CMD_SID_DELETE ;
Text [ en-US ] = "D~elete Contents..." ;
Text [ en-US ] = "D~elete Column Contents..." ;
};
//------------------------------
MenuItem { Separator = TRUE ; };
......
......@@ -40,13 +40,13 @@ Menu MN_SPELL_POPUP
SubMenu = Menu
{
};
Text [ en-US ] = "~Add to dictionary" ;
Text [ en-US ] = "~Add to Dictionary" ;
};
MenuItem
{
Identifier = MN_ADD_TO_DIC_SINGLE ;
HelpID = HID_LINGU_ADD_WORD ;
Text [ en-US ] = "~Add to dictionary" ;
Text [ en-US ] = "~Add to Dictionary" ;
};
MenuItem
{
......@@ -80,16 +80,6 @@ Menu MN_SPELL_POPUP
};
Text [ en-US ] = "Set Language for Paragraph" ;
};
/*
MenuItem
{
Identifier = MN_SET_LANGUAGE_ALL_TEXT ;
SubMenu = Menu
{
};
Text [ en-US ] = "Set Language for all Text" ;
};
*/
};
};
String STR_WORD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment