[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 4 01:55:38 PST 2013
sw/source/ui/lingu/olmenu.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 645f17ba755a677f649313ddc95749a4aee2770e
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Fri Jan 4 10:54:54 2013 +0100
sw: Add -> Add to dictionary in olmenu as well
As done for editeng in d39f1fb508128c23c39c24e04b20a2f56c03cb5e
diff --git a/sw/source/ui/lingu/olmenu.src b/sw/source/ui/lingu/olmenu.src
index ae0897f..29f0f23 100644
--- a/sw/source/ui/lingu/olmenu.src
+++ b/sw/source/ui/lingu/olmenu.src
@@ -40,13 +40,13 @@ Menu MN_SPELL_POPUP
SubMenu = Menu
{
};
- Text [ en-US ] = "~Add" ;
+ Text [ en-US ] = "~Add to dictionary" ;
};
MenuItem
{
Identifier = MN_ADD_TO_DIC_SINGLE ;
HelpID = HID_LINGU_ADD_WORD ;
- Text [ en-US ] = "~Add" ;
+ Text [ en-US ] = "~Add to dictionary" ;
};
MenuItem
{
More information about the Libreoffice-commits
mailing list