From d36424d00b82e3a44130d19e63e32f2088057abf Mon Sep 17 00:00:00 2001 From: Peter Harvey Date: Thu, 23 Feb 2006 21:38:28 +0000 Subject: lib/egg/egg-editable-toolbar.c 2006-02-23 Peter Harvey * lib/egg/egg-editable-toolbar.c Added translator comment. --- lib/egg/egg-editable-toolbar.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/egg/egg-editable-toolbar.c') diff --git a/lib/egg/egg-editable-toolbar.c b/lib/egg/egg-editable-toolbar.c index e0d87be9c..69b3ef03e 100755 --- a/lib/egg/egg-editable-toolbar.c +++ b/lib/egg/egg-editable-toolbar.c @@ -889,6 +889,13 @@ toolbar_visibility_refresh (EggEditableToolbar *etoolbar) k++; } tmp[k] = 0; + /* Translaters: This string is for a toggle to display a toolbar. + * The name of the toolbar is automatically computed from the widgets + * on the toolbar, and is placed at the %s. Note the _ before the %s + * which is used to add mnemonics. We know that this is likely to + * produce duplicates, but don't worry about it. If your language + * normally has a mnemonic at the start, please use the _. If not, + * please remove. */ action_label = g_strdup_printf (_("Show ā€œ_%sā€"), tmp); g_free (tmp); -- cgit v1.2.3