summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/input.cpp')
-rw-r--r--src/ui/dialog/input.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp
index 8f19c90c4..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");
}
@@ -877,8 +877,8 @@ InputDialogImpl::ConfPanel::ConfPanel() :
tree(store),
treeScroller(),
watcher(*this),
- useExt(_("Use pressure-sensitive tablet (requires restart)")),
- save(_("Save"))
+ useExt(_("_Use pressure-sensitive tablet (requires restart)"), true),
+ save(_("_Save"), true)
{
pack_start(treeScroller);