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
5093ea41
Commit
5093ea41
authored
Dec 15, 2015
by
Fabio Bas
Browse files
Small typos + reextracted strings
parent
2712dd42
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_logs.cpp
View file @
5093ea41
...
@@ -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 @
5093ea41
...
@@ -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