Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
807e2c56
Commit
807e2c56
authored
Mar 06, 2016
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the white space in the translated text, should be easier to translate.
parent
175357d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
queueoperation.cpp
queueoperation.cpp
+1
-1
No files found.
queueoperation.cpp
View file @
807e2c56
...
...
@@ -329,7 +329,7 @@ void QueueOperation::validationFinished(bool valid)
out
<<
QObject
::
tr
(
"Freed size after transaction: %1"
).
arg
(
Akabei
::
Helpers
::
formatByteSize
(
installSize
*
(
-
1
)))
<<
endl
;
}
out
<<
QObject
::
tr
(
"Continue with processing? [Y/n]
"
);
out
<<
QObject
::
tr
(
"Continue with processing? [Y/n]"
)
<<
" "
;
out
.
flush
();
if
(
!
m_options
.
contains
(
APM
::
NoConfirm
))
{
std
::
string
input
;
...
...
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