diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-28 23:50:14 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-28 23:50:14 +0000 |
| commit | f6cf1d4791fec4d98e6f153fb67cfd5211c9e62d (patch) | |
| tree | 5780b7d285ae9eda4f3d59bd7630d686ace2142d /src | |
| parent | typos, mnemonics (diff) | |
| download | inkscape-f6cf1d4791fec4d98e6f153fb67cfd5211c9e62d.tar.gz inkscape-f6cf1d4791fec4d98e6f153fb67cfd5211c9e62d.zip | |
typos, mnemonics
(bzr r1049)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/widget/style-swatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/style-swatch.cpp b/src/ui/widget/style-swatch.cpp index 0244d3121..77d096b13 100644 --- a/src/ui/widget/style-swatch.cpp +++ b/src/ui/widget/style-swatch.cpp @@ -338,9 +338,9 @@ StyleSwatch::setStyle(SPStyle *query) { gchar *str; if (op == 0) - str = g_strdup_printf(_("0:%.3g"), op); + str = g_strdup_printf(_("O:%.3g"), op); else - str = g_strdup_printf(_("0:.%d"), (int) (op*10)); + str = g_strdup_printf(_("O:.%d"), (int) (op*10)); _opacity_value.set_markup (str); g_free (str); } |
