[gnome-shell] Remove markup from translated strings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Remove markup from translated strings
- Date: Mon, 6 Aug 2012 17:11:37 +0000 (UTC)
commit 782e11b96c15491825fc4b8cfa88d445d8921056
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 5 23:15:17 2012 -0400
Remove markup from translated strings
Including the markup in the string makes the translators job
unnecessarily harder.
https://bugzilla.gnome.org/show_bug.cgi?id=681270
js/extensionPrefs/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/extensionPrefs/main.js b/js/extensionPrefs/main.js
index 069960e..7340dec 100644
--- a/js/extensionPrefs/main.js
+++ b/js/extensionPrefs/main.js
@@ -161,7 +161,7 @@ const Application = new Lang.Class({
vbox.add(toolbar);
let toolitem;
- let label = new Gtk.Label({ label: _("<b>Extension</b>"),
+ let label = new Gtk.Label({ label: '<b>' + _("Extension") + '</b>',
use_markup: true });
toolitem = new Gtk.ToolItem({ child: label });
toolbar.add(toolitem);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]