aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-24 05:38:28 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-24 05:38:28 +0800
commitd36424d00b82e3a44130d19e63e32f2088057abf (patch)
treecb70621a939c1ae402f243f67cbf2d4de1f42f5d
parenteaa1f56a9362d344ef26e2ac83bda313a84fe17c (diff)
downloadgsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar.gz
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar.bz2
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar.lz
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar.xz
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.tar.zst
gsoc2013-epiphany-d36424d00b82e3a44130d19e63e32f2088057abf.zip
lib/egg/egg-editable-toolbar.c
2006-02-23 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.c Added translator comment.
-rw-r--r--ChangeLog6
-rwxr-xr-xlib/egg/egg-editable-toolbar.c7
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf4c3073f..7c235b178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-23 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * lib/egg/egg-editable-toolbar.c
+
+ Added translator comment.
+
2006-02-23 Christian Persch <chpe@cvs.gnome.org>
* src/window-commands.c: (window_cmd_file_close_window),
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);