diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-10-25 08:10:59 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-10-25 08:10:59 +0000 |
| commit | 2e76284350f91635e7d82e4e5b300f4cb4da71ca (patch) | |
| tree | 6354a90fa5d47253239368b8d76ab6f0aecf88ed /src/ui/widget/selected-style.cpp | |
| parent | Translations. Japanese and French translations update. (diff) | |
| download | inkscape-2e76284350f91635e7d82e4e5b300f4cb4da71ca.tar.gz inkscape-2e76284350f91635e7d82e4e5b300f4cb4da71ca.zip | |
UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )
(bzr r9851)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
| -rw-r--r-- | src/ui/widget/selected-style.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index a8f9f9c60..8e11c8308 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -1030,8 +1030,8 @@ SelectedStyle::update() case QUERY_STYLE_SINGLE: case QUERY_STYLE_MULTIPLE_AVERAGED: case QUERY_STYLE_MULTIPLE_SAME: - _tooltips.set_tip(_opacity_place, _("Opacity, %")); - _tooltips.set_tip(_opacity_sb, _("Opacity, %")); + _tooltips.set_tip(_opacity_place, _("Opacity (%)")); + _tooltips.set_tip(_opacity_sb, _("Opacity (%)")); if (_opacity_blocked) break; _opacity_blocked = true; _opacity_sb.set_sensitive(true); |
