diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:34:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-30 14:34:30 +0000 |
commit | aee9cf273bd34cbea302aae8036f9e8902c604c2 (patch) | |
tree | e97bfb95f81a1d08fad2d71a33bb3bc8201861a1 /fpicker | |
parent | a9904c4150cea274a53d405d050938bf9de5172b (diff) |
INTEGRATION: CWS hub01 (1.5.84); FILE MERGED
2008/06/18 20:38:26 thb 1.5.84.2: RESYNC: (1.5-1.7); FILE MERGED
2008/01/17 16:21:40 hub 1.5.84.1: Issue number: 85336
Submitted by: hub
Reviewed by: hub
Add missing accelerator in the Gtk+ file picker. (and likely others)
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.src b/fpicker/source/office/OfficeFilePicker.src index 7ff60bea3fd5..afcbf275afdf 100644 --- a/fpicker/source/office/OfficeFilePicker.src +++ b/fpicker/source/office/OfficeFilePicker.src @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: OfficeFilePicker.src,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -37,12 +37,12 @@ String STR_SVT_FILEPICKER_AUTO_EXTENSION String STR_SVT_FILEPICKER_PASSWORD { - Text [ en-US ] = "Save with password" ; + Text [ en-US ] = "Save with pass~word" ; }; String STR_SVT_FILEPICKER_FILTER_OPTIONS { - Text [ en-US ] = "Edit filter settings"; + Text [ en-US ] = "~Edit filter settings"; }; String STR_SVT_FILEPICKER_READONLY |