Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c072293e
Commit
c072293e
authored
Aug 19, 2010
by
Jarek Kobus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos spotted while translating
parent
4dadefc8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/plugins/cppeditor/cppquickfixes.cpp
src/plugins/cppeditor/cppquickfixes.cpp
+1
-1
src/plugins/debugger/debuggeractions.cpp
src/plugins/debugger/debuggeractions.cpp
+1
-1
src/plugins/fakevim/fakevimhandler.cpp
src/plugins/fakevim/fakevimhandler.cpp
+1
-1
src/plugins/git/TODO.txt
src/plugins/git/TODO.txt
+1
-1
No files found.
src/plugins/cppeditor/cppquickfixes.cpp
View file @
c072293e
...
...
@@ -1028,7 +1028,7 @@ private:
,
m_option
(
option
)
,
m_context
(
context
)
{
setDescription
(
QApplication
::
translate
(
"CppTools::QuickFix"
,
"Mark as translat
e
able"
));
setDescription
(
QApplication
::
translate
(
"CppTools::QuickFix"
,
"Mark as translatable"
));
}
virtual
void
performChanges
(
CppRefactoringFile
*
currentFile
,
CppRefactoringChanges
*
)
...
...
src/plugins/debugger/debuggeractions.cpp
View file @
c072293e
...
...
@@ -240,7 +240,7 @@ DebuggerSettings *DebuggerSettings::instance()
item
->
setCheckable
(
true
);
item
->
setDefaultValue
(
true
);
item
->
setToolTip
(
tr
(
"This switches the Locals&Watchers view to "
"automatically derefence pointers. This saves a level in the "
"automatically derefe
re
nce pointers. This saves a level in the "
"tree view, but also loses data for the now-missing intermediate "
"level."
));
instance
->
insertItem
(
AutoDerefPointers
,
item
);
...
...
src/plugins/fakevim/fakevimhandler.cpp
View file @
c072293e
...
...
@@ -3346,7 +3346,7 @@ bool FakeVimHandler::Private::handleExWriteCommand(const ExCommand &cmd)
file3
.
open
(
QIODevice
::
ReadOnly
);
QByteArray
ba
=
file3
.
readAll
();
showBlackMessage
(
FakeVimHandler
::
tr
(
"
\"
%1
\"
%2 %3L, %4C written"
)
.
arg
(
fileName
).
arg
(
exists
?
" "
:
" [New] "
)
.
arg
(
fileName
).
arg
(
exists
?
" "
:
tr
(
" [New] "
)
)
.
arg
(
ba
.
count
(
'\n'
)).
arg
(
ba
.
size
()));
//if (quitAll)
// passUnknownExCommand(forced ? "qa!" : "qa");
...
...
src/plugins/git/TODO.txt
View file @
c072293e
- Make texts translat
e
able
- Make texts translatable
- Do not use QErrorMessage, Creator standard error instead?
Commands:
- P2:
...
...
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