From 328cd8932905869989b72bbef3e568798b42ad7f Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 17 Apr 2003 13:01:55 +0000 Subject: Fix inappropreate menu item for Japanese. Reported by: curvirgo and Hiromi Kimura Approved by: mbr --- editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src (limited to 'editors/openoffice.org-2-RC') diff --git a/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src b/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src new file mode 100644 index 000000000000..0357030ec5c9 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src @@ -0,0 +1,11 @@ +--- ../sfx2/source/doc/doc.src.org Thu Apr 17 18:12:12 2003 ++++ ../sfx2/source/doc/doc.src Thu Apr 17 18:13:21 2003 +@@ -1168,7 +1168,7 @@ + Text[ chinese_simplified ] = "存盘(~S)"; + Text[ russian ] = ""; + Text[ polish ] = "Zapisz"; +- Text[ japanese ] = "はい(~S)"; ++ Text[ japanese ] = "保存(~S)"; + Text[ chinese_traditional ] = "儲存(~S)"; + Text[ arabic ] = ""; + Text[ dutch ] = "~Opslaan"; -- cgit