Skip to content

Commit 7280859

Browse files
authored
Change "Start in fullscreen" item name (libretro#18116)
* Change "Start in fullscreen" item name libretro#9515 I agree that current wording does not cover the functionality, this may be better. * Refine fullscreen menu items.
1 parent 2364ef7 commit 7280859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intl/msg_hash_us.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,11 +2389,11 @@ MSG_HASH(
23892389

23902390
MSG_HASH(
23912391
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN,
2392-
"Start in Fullscreen Mode"
2392+
"Fullscreen Display"
23932393
)
23942394
MSG_HASH(
23952395
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN,
2396-
"Start in fullscreen. Can be changed at runtime. Can be overridden by a command line switch."
2396+
"Display in fullscreen. Can be changed at runtime. Can be overridden by a command line switch."
23972397
)
23982398
MSG_HASH(
23992399
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN,

0 commit comments

Comments
 (0)