[gnome-documents] view: add a translators comment
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] view: add a translators comment
- Date: Wed, 27 Mar 2013 18:24:44 +0000 (UTC)
commit 47ccd25ff6db9797a72f22b61976005f527a0366
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Mar 27 14:23:58 2013 -0400
view: add a translators comment
https://bugzilla.gnome.org/show_bug.cgi?id=695557
src/view.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index b46a5e0..f1e085a 100644
--- a/src/view.js
+++ b/src/view.js
@@ -58,6 +58,7 @@ const LoadMoreButton = new Lang.Class({
this._spinner.set_size_request(16, 16);
child.add(this._spinner);
+ // Translators: "more" refers to documents in this context
this._label = new Gtk.Label({ label: _("Load More"),
visible: true });
child.add(this._label);
@@ -88,6 +89,7 @@ const LoadMoreButton = new Lang.Class({
this.widget.set_visible(visible);
if (!visible) {
+ // Translators: "more" refers to documents in this context
this._label.label = _("Load More");
this._spinner.stop();
this._spinner.hide();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]