File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
src/com/owncloud/android/ui/activity Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22<!--
33 ownCloud Android client application
44
5- Copyright (C) 2015 Bartosz Przybylski
5+ Copyright (C) 2015-2016 Bartosz Przybylski
66 Copyright (C) 2015 ownCloud Inc.
7+ Copyright (C) 2016 nextCloud
78
89 This program is free software: you can redistribute it and/or modify
910 it under the terms of the GNU General Public License version 2,
Original file line number Diff line number Diff line change 22<!--
33 ownCloud Android client application
44
5- Copyright (C) 2015 Bartosz Przybylski
5+ Copyright (C) 2015-2016 Bartosz Przybylski
66 Copyright (C) 2015 ownCloud Inc.
7+ Copyright (C) 2016 nextCloud
78
89 This program is free software: you can redistribute it and/or modify
910 it under the terms of the GNU General Public License version 2,
Original file line number Diff line number Diff line change 472472
473473
474474 <!-- What's new feature and texts to show -->
475- <string name =" welcome_to_oc_title " >Welcome to nextCloud!</string >
475+ <string name =" welcome_to_nc_title " >Welcome to nextCloud!</string >
476476 <string name =" whats_new_title" >What\'s new in nextCloud</string >
477477
478478 <!-- Welcome to oC intro features -->
Original file line number Diff line number Diff line change 11/**
22 * ownCloud Android client application
33 *
4- * Copyright (C) 2015 Bartosz Przybylski
4+ * Copyright (C) 2015-2016 Bartosz Przybylski
55 * Copyright (C) 2015 ownCloud Inc.
6+ * Copyright (C) 2016 nextCloud
67 *
78 * This program is free software: you can redistribute it and/or modify
89 * it under the terms of the GNU General Public License version 2,
@@ -98,7 +99,7 @@ public void onClick(View view) {
9899 });
99100
100101 TextView tv = (TextView )findViewById (R .id .welcomeText );
101- tv .setText (isFirstRun () ? R .string .welcome_to_oc_title : R .string .whats_new_title );
102+ tv .setText (isFirstRun () ? R .string .welcome_to_nc_title : R .string .whats_new_title );
102103
103104 updateNextButtonIfNeeded ();
104105 }
You can’t perform that action at this time.
0 commit comments