Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d1a5c5c

Browse files
author
Marcel Gerber
committed
Merge pull request #11330 from adobe/marcel/list-order-strings
String change for "Next/Previous document" in list order
2 parents c008571 + b319090 commit d1a5c5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nls/root/strings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ define({
402402
"CMD_CSS_QUICK_EDIT_NEW_RULE" : "New Rule",
403403
"CMD_NEXT_DOC" : "Next Document",
404404
"CMD_PREV_DOC" : "Previous Document",
405-
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document (List Order)",
406-
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document (List Order)",
405+
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document in List",
406+
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document in List",
407407
"CMD_SHOW_IN_TREE" : "Show in File Tree",
408408
"CMD_SHOW_IN_EXPLORER" : "Show in Explorer",
409409
"CMD_SHOW_IN_FINDER" : "Show in Finder",

0 commit comments

Comments
 (0)