Simplifying the 'Esc' message

The current message is:
Close this tool. Or press 'Esc' to exit

It has several problems:
* No full stop.
* Very long.
* Strange grammar: beginning a sentence with "Or" is unusual.

I simply put the Esc in parentheses, which is a common practice
with keyboard shortcuts.

Change-Id: Ib79ba8020885200ae2aaf7830ab337936c436752
This commit is contained in:
Amir E. Aharoni 2014-06-13 13:13:21 +03:00
parent a0cfcd48a5
commit 76f179ffdc

View file

@ -99,7 +99,7 @@
"multimediaviewer-description-page-popup-text": "More details on $1",
"multimediaviewer-commons-subtitle": "The free media repository",
"multimediaviewer-view-expanded": "Expand view",
"multimediaviewer-close-popup-text": "Close this tool. Or press 'Esc' to exit",
"multimediaviewer-close-popup-text": "Close this tool (Esc)",
"multimediaviewer-fullscreen-popup-text": "Show in full screen",
"multimediaviewer-defullscreen-popup-text": "Exit full screen",
"multimediaviewer-next-image-popup-text": "Show next image",