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
184c97ad
Commit
184c97ad
authored
Apr 11, 2011
by
Jarek Kobus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make "Macro" options title translatable
parent
7082c04e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/plugins/macros/macrooptionspage.cpp
src/plugins/macros/macrooptionspage.cpp
+1
-1
src/plugins/macros/macrosconstants.h
src/plugins/macros/macrosconstants.h
+2
-1
No files found.
src/plugins/macros/macrooptionspage.cpp
View file @
184c97ad
...
...
@@ -63,7 +63,7 @@ QString MacroOptionsPage::id() const
QString
MacroOptionsPage
::
displayName
()
const
{
return
QCoreApplication
::
translate
(
"Macro"
,
Constants
::
M_OPTIONS_TR_PAGE
);
return
QCoreApplication
::
translate
(
"Macro
s
"
,
Constants
::
M_OPTIONS_TR_PAGE
);
}
QString
MacroOptionsPage
::
category
()
const
...
...
src/plugins/macros/macrosconstants.h
View file @
184c97ad
...
...
@@ -46,7 +46,8 @@ const char * const SAVE_LAST_MACRO = "Macros.SaveLastMacro";
const
char
*
const
PREFIX_MACRO
=
"Macros."
;
const
char
*
const
M_OPTIONS_PAGE
=
"Macros"
;
const
char
*
const
M_OPTIONS_TR_PAGE
=
"Macros"
;
const
char
*
const
M_OPTIONS_TR_PAGE
=
QT_TRANSLATE_NOOP
(
"Macros"
,
"Macros"
);
const
char
*
const
M_STATUS_BUFFER
=
"Macros.Status"
;
const
char
*
const
M_INFO_BUFFER
=
"Macros.Info"
;
...
...
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