Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
798a8f0e
Commit
798a8f0e
authored
Jan 21, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in message
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
9642949b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
weblate/trans/tests/test_autotranslate.py
weblate/trans/tests/test_autotranslate.py
+1
-1
weblate/trans/views/edit.py
weblate/trans/views/edit.py
+2
-2
No files found.
weblate/trans/tests/test_autotranslate.py
View file @
798a8f0e
...
...
@@ -76,7 +76,7 @@ class AutoTranslationTest(ViewTestCase):
response
=
self
.
client
.
post
(
url
,
follow
=
True
)
self
.
assertContains
(
response
,
'Automatic translation completed, 1 string
udated.'
'Automatic translation completed, 1 string
was updated.'
,
)
self
.
assertRedirects
(
response
,
reverse
(
'translation'
,
kwargs
=
params
))
...
...
weblate/trans/views/edit.py
View file @
798a8f0e
...
...
@@ -626,8 +626,8 @@ def auto_translation(request, project, subproject, lang):
request
,
updated
,
_
(
'Automatic translation completed, no strings were updated.'
),
ungettext
(
'Automatic translation completed, %d string was udated.'
,
'Automatic translation completed, %d strings were udated.'
,
'Automatic translation completed, %d string was u
p
dated.'
,
'Automatic translation completed, %d strings were u
p
dated.'
,
updated
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment