diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
| commit | 50a19700fb02a712803aa3623f0920d562116534 (patch) | |
| tree | 43ec67467e6b06e1703b9d6c578dfc63d7866d54 /src/ui/dialog/input.cpp | |
| parent | Fixing inconsistencies in the PixelArt dialog. (diff) | |
| download | inkscape-50a19700fb02a712803aa3623f0920d562116534.tar.gz inkscape-50a19700fb02a712803aa3623f0920d562116534.zip | |
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Translations. Inkscape.pot and French translation update.
Fixed bugs:
- https://launchpad.net/bugs/380522
(bzr r13576)
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 4be6716a5..8343cd6fe 100644 --- a/src/ui/dialog/input.cpp +++ b/src/ui/dialog/input.cpp @@ -1622,7 +1622,7 @@ void InputDialogImpl::ConfPanel::setAxis(gint count) if (barNum < count) { row[axisColumns.value] = Glib::ustring::format(barNum+1); } else { - row[axisColumns.value] = _("None"); + row[axisColumns.value] = C_("Input device axe", "None"); } } |
