From 5aae9964808fa5447f7574c592b7049012575cca Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 3 Feb 2011 19:40:17 +0100 Subject: Translations. Context removed in filter-enums (context support too complex to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030) --- src/ui/dialog/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/input.cpp') diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp index 34d55a440..6869aa97b 100644 --- a/src/ui/dialog/input.cpp +++ b/src/ui/dialog/input.cpp @@ -347,7 +347,7 @@ static std::map &getModeToString() static std::map mapping; if (mapping.empty()) { mapping[Gdk::MODE_DISABLED] = _("Disabled"); - mapping[Gdk::MODE_SCREEN] = _("Screen"); + mapping[Gdk::MODE_SCREEN] = C_("Input device", "Screen"); mapping[Gdk::MODE_WINDOW] = _("Window"); } -- cgit v1.2.3