[gnome-documents] Rename SkyDrive to OneDrive
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] Rename SkyDrive to OneDrive
- Date: Sat, 8 Mar 2014 22:37:16 +0000 (UTC)
commit 965aded7fc7ef740f8d2e9f40a4b81b72dc28e6d
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Thu Mar 6 23:19:50 2014 +0000
Rename SkyDrive to OneDrive
data/org.gnome.Documents.appdata.xml.in | 2 +-
src/documents.js | 4 ++--
src/properties.js | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.Documents.appdata.xml.in b/data/org.gnome.Documents.appdata.xml.in
index dd687cc..663c4d2 100644
--- a/data/org.gnome.Documents.appdata.xml.in
+++ b/data/org.gnome.Documents.appdata.xml.in
@@ -14,7 +14,7 @@
<_p>It lets you:</_p>
<_ul>
<li>View recent local and online documents</li>
- <li>Access your Google, ownCloud or SkyDrive content</li>
+ <li>Access your Google, ownCloud or OneDrive content</li>
<li>Search through documents</li>
<li>See new documents shared by friends</li>
<li>View documents fullscreen</li>
diff --git a/src/documents.js b/src/documents.js
index feec7f6..bb6ca13 100644
--- a/src/documents.js
+++ b/src/documents.js
@@ -948,8 +948,8 @@ const SkydriveDocument = new Lang.Class({
this.parent(cursor);
// overridden
- this.defaultAppName = _("Skydrive");
- this.sourceName = _("Skydrive");
+ this.defaultAppName = _("OneDrive");
+ this.sourceName = _("OneDrive");
},
_createZpjEntry: function(cancellable, callback) {
diff --git a/src/properties.js b/src/properties.js
index 3c76226..515757f 100644
--- a/src/properties.js
+++ b/src/properties.js
@@ -177,7 +177,7 @@ const PropertiesDialog = new Lang.Class({
halign: Gtk.Align.START });
} else if (doc instanceof Documents.SkydriveDocument) {
this._sourceData = new Gtk.LinkButton({ label: doc.sourceName,
- uri: 'https://skydrive.live.com',
+ uri: 'https://onedrive.live.com',
halign: Gtk.Align.START });
} else { // local document
if (doc.collection) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]