summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/style-swatch.cpp4
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);
}