Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Filelight
Commits
f1bd6b06
Commit
f1bd6b06
authored
Oct 02, 2020
by
Nate Graham
Browse files
Clarify Save text
Now it's obvious what the save action will do.
parent
654878ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainWindow.cpp
View file @
f1bd6b06
...
...
@@ -181,6 +181,10 @@ void MainWindow::setupActions() //singleton function
locationAction
->
setText
(
i18n
(
"Location Bar"
));
locationAction
->
setDefaultWidget
(
m_combo
);
action
=
ac
->
action
(
QStringLiteral
(
"file_save"
));
action
->
setText
(
i18n
(
"Save as SVG..."
));
action
->
setToolTip
(
i18n
(
"Save the current view as an SVG file"
));
m_recentScans
=
new
KRecentFilesAction
(
i18n
(
"&Recent Scans"
),
ac
);
m_recentScans
->
setMaxItems
(
8
);
...
...
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