summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorParag Nemade <pnemade@redhat.com>2013-12-18 11:39:48 +0530
committerDaiki Ueno <ueno@unixuser.org>2013-12-20 17:45:45 +0900
commit296eb0defe17562b504ce514a7f6c3aa95c6b92d (patch)
treeb44da2a6bc7c3af285b6fc8727b1700ddd3b8c59 /daemon
parentfc2438d7c507c9f697581f15f9bf7610b911e929 (diff)
downloadcaribou-296eb0defe17562b504ce514a7f6c3aa95c6b92d.tar.gz
Enable string from daemon.vala file for translation
https://bugzilla.gnome.org/show_bug.cgi?id=720653
Diffstat (limited to 'daemon')
-rw-r--r--daemon/daemon.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/daemon.vala b/daemon/daemon.vala
index a7e09c2..7192646 100644
--- a/daemon/daemon.vala
+++ b/daemon/daemon.vala
@@ -187,8 +187,8 @@ static int main (string[] args) {
Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
Intl.textdomain (Config.GETTEXT_PACKAGE);
- var option_context = new OptionContext (
- "- daemon listening accessibility events to launch on screen keyboard");
+ var option_context = new OptionContext (_(
+ "- daemon listening accessibility events to launch on screen keyboard"));
option_context.add_main_entries (options, "caribou");
try {
option_context.parse (ref args);