diff options
author | Teddy Wing | 2023-09-30 02:58:51 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-30 02:58:51 +0200 |
commit | 103013cd1848ae03c4f943b49d1724622d744dc6 (patch) | |
tree | f970b925f0b35ec43cb6f9669fdceaef94fec432 /Internationalization/en.lproj/Localizable.strings | |
parent | ccd903bf2136bf2e99262d995b3a98a0334ce221 (diff) | |
download | Base-Windowed-Application-103013cd1848ae03c4f943b49d1724622d744dc6.tar.bz2 |
Internationalization: Remove "Open Recent" translation
Since this menu item is inserted automatically by the OS, we don't need
to localise it at the application level.
Diffstat (limited to 'Internationalization/en.lproj/Localizable.strings')
-rw-r--r-- | Internationalization/en.lproj/Localizable.strings | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Internationalization/en.lproj/Localizable.strings b/Internationalization/en.lproj/Localizable.strings index a848c30..dd77a5c 100644 --- a/Internationalization/en.lproj/Localizable.strings +++ b/Internationalization/en.lproj/Localizable.strings @@ -121,9 +121,6 @@ /* New menu item. */ "New" = "New"; -/* Open Recent menu item. */ -"Open Recent" = "Open Recent"; - /* Open… menu item. */ "Open…" = "Open…"; |