diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-02-03 18:40:17 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-02-03 18:40:17 +0000 |
| commit | 5aae9964808fa5447f7574c592b7049012575cca (patch) | |
| tree | 5aaba45afc860cad891f62f3758fedcdbce8ea1b /src/ui/dialog/input.cpp | |
| parent | the last 2geom files I could find missing, linking issues still exist (diff) | |
| download | inkscape-5aae9964808fa5447f7574c592b7049012575cca.tar.gz inkscape-5aae9964808fa5447f7574c592b7049012575cca.zip | |
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)
Diffstat (limited to 'src/ui/dialog/input.cpp')
| -rw-r--r-- | src/ui/dialog/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Gdk::InputMode, Glib::ustring> &getModeToString() static std::map<Gdk::InputMode, Glib::ustring> 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"); } |
