diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-04-11 19:30:07 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-04-11 19:30:07 +0000 |
| commit | caa23c1ffef7315ff8249256267cc2ea885f5717 (patch) | |
| tree | 86d7a411d00acd1012e04c719b8d225b7a007aee /src/ui/dialog/filedialogimpl-gtkmm.cpp | |
| parent | UI. Restoring context menu items order (Embed image) and activation test (Ext... (diff) | |
| download | inkscape-caa23c1ffef7315ff8249256267cc2ea885f5717.tar.gz inkscape-caa23c1ffef7315ff8249256267cc2ea885f5717.zip | |
i18n. Adding some context tags (disambiguation).
(bzr r11224)
Diffstat (limited to 'src/ui/dialog/filedialogimpl-gtkmm.cpp')
| -rw-r--r-- | src/ui/dialog/filedialogimpl-gtkmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/filedialogimpl-gtkmm.cpp b/src/ui/dialog/filedialogimpl-gtkmm.cpp index ab936c941..6cdd202bb 100644 --- a/src/ui/dialog/filedialogimpl-gtkmm.cpp +++ b/src/ui/dialog/filedialogimpl-gtkmm.cpp @@ -1457,7 +1457,7 @@ FileExportDialogImpl::FileExportDialogImpl( Gtk::Window& parentWindow, selectionButton.set_group(scopeGroup); scopeBox.pack_start(selectionButton); - customButton.set_label(_("Custom")); + customButton.set_label(C_("Export dialog", "Custom")); customButton.set_group(scopeGroup); scopeBox.pack_start(customButton); |
