summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/filedialogimpl-gtkmm.cpp2
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);