Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FreeBSD port, cmake support and fixes:
Right-to-Left and multilingual mixed text support:
Mehdi Sadeghi

Ideas, games, advices, testing, bug reports, fixes ...
Ideas, games, advice, testing, bug reports, fixes ...
Vadim Balashoff
Evgeniy Efremov (jhekasoft)
Oleg Gvozdev
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Please see each individual source file for a list of they copyright holders.
Please see each individual source file for a list of its copyright holders.

INSTEAD links with the following libraries/sources:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To run games you may:

- Unzip game archive into ~/.instead/games/;
- Or run zip-packed game: $ instead <game.zip>;
- Or press [f4] to open file dialog (build with gtk2/gtl3 only).
- Or press [f4] to open file dialog (build with gtk2/gtk3 only).

## Contacts

Expand Down
4 changes: 2 additions & 2 deletions games/tutorial/tutorial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ obj {
};
tak = L {
ru = 'Вы подобрали карандаш.',
en = 'You pick the pencil.',
en = 'You pick up the pencil.',
de = 'Sie nehmen den Stift.',
es = 'Coges el lápiz.',
fr = 'Vous prenez le crayon.',
Expand Down Expand Up @@ -705,7 +705,7 @@ obj {
en = "Looks appetizing.",
de = 'Sieht appetitlich aus.',
es = 'Luce apetecible.',
fr = 'Elle est appétissante.',
fr = 'Elle est appétissant.',
hu = 'Ízletesnek látszik.',
it = 'Sembra appetitosa.',
nl = 'Ziet er smakelijk uit.',
Expand Down