From c3be114d89b27a6bf50cc267470ebed9cc6cd667 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 28 May 2006 23:50:14 +0000 Subject: [PATCH] typos, mnemonics --- src/ui/widget/style-swatch.cpp | 4 ++-- 1 file 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); } -- 2.30.2