Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Bubke
flatpak-qt-creator
Commits
e05980de
Commit
e05980de
authored
15 years ago
by
Jarek Kobus
Browse files
Options
Downloads
Patches
Plain Diff
Update Polish translation, fix shortcut in the "tip of the day".
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
parent
f0f21326
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
share/qtcreator/translations/qtcreator_pl.ts
+423
-223
423 additions, 223 deletions
share/qtcreator/translations/qtcreator_pl.ts
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
+2
-1
2 additions, 1 deletion
...ins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
with
425 additions
and
224 deletions
share/qtcreator/translations/qtcreator_pl.ts
+
423
−
223
View file @
e05980de
This diff is collapsed.
Click to expand it.
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
+
2
−
1
View file @
e05980de
...
@@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
...
@@ -337,7 +337,8 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
"target in the combo box."
));
"target in the combo box."
));
tips
.
append
(
tr
(
"You can use Qt Creator with a number of <a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-version-control.html
\"
>"
tips
.
append
(
tr
(
"You can use Qt Creator with a number of <a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-version-control.html
\"
>"
"revision control systems</a> such as Subversion, Perforce, CVS and Git."
));
"revision control systems</a> such as Subversion, Perforce, CVS and Git."
));
tips
.
append
(
tr
(
"In the editor, <tt>F2</tt> toggles declaration and definition while <tt>F4</tt> toggles header file and source file."
));
tips
.
append
(
tr
(
"In the editor, <tt>F2</tt> follows symbol definition, <tt>Shift+F2</tt> toggles declaration and definition "
"while <tt>F4</tt> toggles header file and source file."
));
}
}
return
tips
;
return
tips
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment