mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
update translations
This commit is contained in:
parent
58743533eb
commit
ad02c03059
@ -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 = new Clutter.Timeline({ duration: 2000, repeat_count: -1, progress_mode: Clutter.AnimationMode.LINEAR });
|
||||||
this._timeline.connect("new-frame", Lang.bind(this, this._newFrame));
|
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._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 }
|
this._lightbox = new imports.ui.lightbox.Lightbox(Main.uiGroup); // Seems not to work on Gnome 3.10 { fadeInTime: 0.5, fadeOutTime: 0.5 }
|
||||||
|
Loading…
Reference in New Issue
Block a user