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

Commit

Permalink
Merge pull request #11330 from adobe/marcel/list-order-strings
Browse files Browse the repository at this point in the history
String change for "Next/Previous document" in list order
  • Loading branch information
Marcel Gerber committed Jul 10, 2015
2 parents c008571 + b319090 commit d1a5c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ define({
"CMD_CSS_QUICK_EDIT_NEW_RULE" : "New Rule",
"CMD_NEXT_DOC" : "Next Document",
"CMD_PREV_DOC" : "Previous Document",
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document (List Order)",
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document (List Order)",
"CMD_NEXT_DOC_LIST_ORDER" : "Next Document in List",
"CMD_PREV_DOC_LIST_ORDER" : "Previous Document in List",
"CMD_SHOW_IN_TREE" : "Show in File Tree",
"CMD_SHOW_IN_EXPLORER" : "Show in Explorer",
"CMD_SHOW_IN_FINDER" : "Show in Finder",
Expand Down

0 comments on commit d1a5c5c

Please sign in to comment.