Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
7e6972a3
Commit
7e6972a3
authored
Dec 15, 2015
by
ctrlaltca
Browse files
Merge pull request #1713 from ctrlaltca/translations
Small typos + reextracted strings
parents
f5749886
5093ea41
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_logs.cpp
View file @
7e6972a3
...
@@ -322,10 +322,10 @@ void TabLog::viewLogHistory_processResponse(const Response &resp)
...
@@ -322,10 +322,10 @@ void TabLog::viewLogHistory_processResponse(const Response &resp)
}
}
}
else
}
else
QMessageBox
::
information
(
static_cast
<
QWidget
*>
(
parent
()),
tr
(
"Message History"
),
tr
(
"There
is
no messages for the selected
i
ilters."
));
QMessageBox
::
information
(
static_cast
<
QWidget
*>
(
parent
()),
tr
(
"Message History"
),
tr
(
"There
are
no messages for the selected
f
ilters."
));
}
else
}
else
QMessageBox
::
critical
(
static_cast
<
QWidget
*>
(
parent
()),
tr
(
"Message History"
),
tr
(
"Failed to collect
ing
message history information."
));
QMessageBox
::
critical
(
static_cast
<
QWidget
*>
(
parent
()),
tr
(
"Message History"
),
tr
(
"Failed to collect message history information."
));
}
}
void
TabLog
::
restartLayout
()
void
TabLog
::
restartLayout
()
...
...
cockatrice/translations/cockatrice_en.ts
View file @
7e6972a3
...
@@ -5039,12 +5039,12 @@ The more information you put in, the more specific your results will be.</source
...
@@ -5039,12 +5039,12 @@ The more information you put in, the more specific your results will be.</source
</message>
</message>
<message>
<message>
<location filename="../src/tab_logs.cpp" line="325"/>
<location filename="../src/tab_logs.cpp" line="325"/>
<source>There
is
no messages for the selected
i
ilters.</source>
<source>There
are
no messages for the selected
f
ilters.</source>
<translation type="unfinished"></translation>
<translation type="unfinished"></translation>
</message>
</message>
<message>
<message>
<location filename="../src/tab_logs.cpp" line="328"/>
<location filename="../src/tab_logs.cpp" line="328"/>
<source>Failed to collect
ing
message history information.</source>
<source>Failed to collect message history information.</source>
<translation type="unfinished"></translation>
<translation type="unfinished"></translation>
</message>
</message>
</context>
</context>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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