From ad02c030598d4fa62cc3da484b54b5e7fda2c0ad Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Sun, 3 Nov 2013 13:49:26 +0100 Subject: [PATCH] update translations --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index aebfe9f..682e8c7 100644 --- a/src/extension.js +++ b/src/extension.js @@ -79,7 +79,7 @@ const TeaTimeFullscreenNotification = new Lang.Class({ this._timeline = new Clutter.Timeline({ duration: 2000, repeat_count: -1, progress_mode: Clutter.AnimationMode.LINEAR }); this._timeline.connect("new-frame", Lang.bind(this, this._newFrame)); - this._label = new St.Label({ text: "Your tea is ready!", style_class: "dash-label" }); + this._label = new St.Label({ text: _("Your tea is ready!"), style_class: "dash-label" }); this._layout.add_child(this._label); this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup); // Seems not to work on Gnome 3.10 { fadeInTime: 0.5, fadeOutTime: 0.5 }