diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-04-13 17:54:11 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-04-13 17:54:11 +0000 |
| commit | ba5269e29bf844fe52429f8549b65d716d942ac4 (patch) | |
| tree | f8606e83b5690253d6570d2111bc7af9214d9464 /src/ui/widget/selected-style.cpp | |
| parent | Replace deprecated GTK_TYPE macros (diff) | |
| download | inkscape-ba5269e29bf844fe52429f8549b65d716d942ac4.tar.gz inkscape-ba5269e29bf844fe52429f8549b65d716d942ac4.zip | |
Translation. More disambiguations (see Bug #832560).
Fixed bugs:
- https://launchpad.net/bugs/832560
(bzr r11234)
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 faf518bbd..c81385dd7 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -164,10 +164,10 @@ SelectedStyle::SelectedStyle(bool /*layout*/) _na[i].show_all(); __na[i] = (_("Nothing selected")); - _none[i].set_markup (_("<i>None</i>")); + _none[i].set_markup (C_("Fill and stroke", "<i>None</i>")); sp_set_font_size_smaller (GTK_WIDGET(_none[i].gobj())); _none[i].show_all(); - __none[i] = (i == SS_FILL)? (_("No fill")) : (_("No stroke")); + __none[i] = (i == SS_FILL)? (C_("Fill and stroke", "No fill")) : (C_("Fill and stroke", "No stroke")); _pattern[i].set_markup (_("Pattern")); sp_set_font_size_smaller (GTK_WIDGET(_pattern[i].gobj())); |
