From 2e3e1e9dcc8ffa9c03c4d3bc6c02ce8daae4446c Mon Sep 17 00:00:00 2001 From: Daniel Stefan Haischt Date: Wed, 20 Sep 2006 12:10:55 +0000 Subject: * fix: used wrong quoting style --- packages/cg2/sample/sample_ui.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/cg2') diff --git a/packages/cg2/sample/sample_ui.xml b/packages/cg2/sample/sample_ui.xml index 7581f81c..aebe8bfe 100644 --- a/packages/cg2/sample/sample_ui.xml +++ b/packages/cg2/sample/sample_ui.xml @@ -63,7 +63,7 @@ Check this nice checkbox Now checkboxes can have a caption as well. - _("hey, this is only meant for quick and dirty stuff, do NOT implement anything longer than 2 or 3 commands here! Btw, i was clicked."); + _('hey, this is only meant for quick and dirty stuff, do NOT implement anything longer than 2 or 3 commands here! Btw, i was clicked.'); submit @@ -77,7 +77,7 @@ mybutton Cancel something The description for the last element in a group is the description that matters. - _("Hi, don't abuse me, use include_javascript instead!"); + _('Hi, don\'t abuse me, use include_javascript instead!'); -- cgit v1.2.3