From f6cf1d4791fec4d98e6f153fb67cfd5211c9e62d Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 28 May 2006 23:50:14 +0000 Subject: typos, mnemonics (bzr r1049) --- src/ui/widget/style-swatch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); } -- cgit v1.2.3