diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-09 12:04:31 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-09 12:04:31 -0300 |
commit | 4983b0793275ace0dbc49428291324a1eb4e5aa3 (patch) | |
tree | a2d471486a5dddcaf0800913531f7a68f8f0b483 /docs/dev | |
parent | 65fd449bdaeca67ab3b361dcee5f72729f207bb7 (diff) | |
parent | 0635f067d5c5b4c186abe7de4d8e692ad09a1416 (diff) |
Merge remote-tracking branch 'ivan/feature/3421_update-docs' into develop
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/internationalization.rst | 2 | ||||
-rw-r--r-- | docs/dev/tests.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/internationalization.rst b/docs/dev/internationalization.rst index 21d58924..f9f522b9 100644 --- a/docs/dev/internationalization.rst +++ b/docs/dev/internationalization.rst @@ -65,7 +65,7 @@ If you do not already have it, install the ``transifex-client`` from the cheese You can learn more about the transifex-client `here <http://help.transifex.com/features/client/index.html>`_. -**1.** Add any new source files to the project file, ``data/leap_client.pro``. *We should automate this with some templating, it's tedious.* +**1.** Add any new source files to the project file, ``data/bitmask.pro``. *We should automate this with some templating, it's tedious.* **2.** Update the source .ts file ``data/ts/en_US.ts``.:: diff --git a/docs/dev/tests.rst b/docs/dev/tests.rst index 7f5fbaaf..d55c206a 100644 --- a/docs/dev/tests.rst +++ b/docs/dev/tests.rst @@ -39,8 +39,8 @@ Hint: colorized output Install ``rednose`` locally, export the ``NOSE_REDNOSE`` variable, and give your eyes a rest :):: - (leap_client)% pip install rednose - (leap_client)% export NOSE_REDNOSE=1 + (bitmask)% pip install rednose + (bitmask)% export NOSE_REDNOSE=1 Testing all the supported python versions ----------------------------------------- |