summaryrefslogtreecommitdiffstats
path: root/src/extension/extension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/extension.cpp')
-rw-r--r--src/extension/extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp
index b4cf06bda..3aed5a233 100644
--- a/src/extension/extension.cpp
+++ b/src/extension/extension.cpp
@@ -671,7 +671,7 @@ public:
if (widg == NULL) return;
this->pack_start(*widg, true, true, 2);
if (tooltip != NULL) {
- _tooltips.set_tip(*widg, Glib::ustring(tooltip));
+ _tooltips.set_tip(*widg, Glib::ustring(_(tooltip)));
}
return;
};