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
John Zhang
Okular
Commits
57b31da3
Commit
57b31da3
authored
Dec 05, 2004
by
Albert Astals Cid
Browse files
%1 -> %n, at least is what i was getting at the shell
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=368763
parent
b9dbc95c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kpdf/pageview.cpp
View file @
57b31da3
...
...
@@ -258,7 +258,7 @@ void PageView::pageSetup( const QValueVector<KPDFPage*> & pageSet, bool document
if
(
documentChanged
&&
!
Settings
::
hideOSD
()
)
d
->
messageWindow
->
display
(
i18n
(
" Loaded a 1 page document."
,
" Loaded a %
1
page document."
,
" Loaded a %
n
page document."
,
pageSet
.
count
()
),
PageViewMessage
::
Info
,
4000
);
}
...
...
Write
Preview
Supports
Markdown
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