diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-10-29 20:36:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-15 09:59:25 +0000 |
commit | 01af3e2efd4f7e0994340cb5b09c252323de63d9 (patch) | |
tree | dc0f1b2a36b008a341b1e73d99e1936b4eb91912 /sw/source/ui/app/app.src | |
parent | 8f7c127c4be32a91052ea962aafd0af8a1645714 (diff) |
fdo#70978 Improve Word Count display
Change-Id: I82b81d2fd33be47987268fbd3b32d461a136acf8
Reviewed-on: https://gerrit.libreoffice.org/6479
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/app/app.src')
-rw-r--r-- | sw/source/ui/app/app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index e5c6ac6cdef7..bc8cd0e61de7 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -506,12 +506,12 @@ String STR_OUTLINE_NUMBERING String STR_STATUSBAR_WORDCOUNT_NO_SELECTION { - Text [ en-US ] = "Words (characters): $1 ($2)"; + Text [ en-US ] = "%1 words, %2 characters"; }; String STR_STATUSBAR_WORDCOUNT { - Text [ en-US ] = "Words (characters): $1 ($2) Selected: $3 ($4)"; + Text [ en-US ] = "%1 words, %2 characters selected"; }; String STR_CONVERT_TEXT_TABLE |