Skip to content

Commit

Permalink
UPDATED: about/quit menu labels, fixes #104, #103
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Mar 30, 2020
1 parent a24d1e1 commit c997037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/locale/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
"DOCS_DIR": "Documents"
},
"APP_MENUS": {
"ABOUT": "About",
"ABOUT": "About React-Explorer",
"PREFS": "Preferences",
"EXIT": "Quit",
"EXIT": "Quit React-Explorer",
"TITLE_FILE": "File",
"TITLE_EDIT": "Edit",
"TITLE_VIEW": "View",
Expand Down
4 changes: 2 additions & 2 deletions src/locale/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
"DOCS_DIR": "Documents"
},
"APP_MENUS": {
"ABOUT": "A propos de",
"ABOUT": "À propos de React-Explorer",
"PREFS": "Préférences",
"EXIT": "Quitter",
"EXIT": "Quitter React-Explorer",
"TITLE_FILE": "Fichier",
"TITLE_EDIT": "Editer",
"TITLE_VIEW": "Vue",
Expand Down

0 comments on commit c997037

Please sign in to comment.