Skip to content

Commit 2beaa62

Browse files
authored
SG-22646 Replaced references to Shotgun with ShotGrid (#21)
* Replaced references to Shotgun with ShotGrid * Replaced Shotgun with Shotgrid in a menu that was missed Co-authored-by: Ehsan Shokrgozar <ehsan.shokrgozar@autodesk.com>
1 parent 0d70cd8 commit 2beaa62

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

cep/CSXS/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</Lifecycle>
6565
<UI>
6666
<Type>Panel</Type>
67-
<Menu>Shotgun Adobe Panel</Menu>
67+
<Menu>ShotGrid Adobe Panel</Menu>
6868
<Geometry>
6969
<Size>
7070
<Height>350</Height>

cep/images/sg_logo_with_text.png

-93.8 KB
Loading

cep/js/shotgun/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sg_manager.Manager = new function() {
5252
if (!_app_is_supported()) {
5353
_emit_python_critical_error({
5454
message: "This CC product does not meet the minimum " +
55-
"requirements to run the Shotgun integration. The " +
55+
"requirements to run the ShotGrid integration. The " +
5656
"Shotgun integration requires support for HTML " +
5757
"panels and the extended panel menu.",
5858
stack: undefined

cep/js/shotgun/panel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sg_panel.Panel = new function() {
7272

7373
_show_info(true);
7474
_set_info(
75-
"Loading Shotgun Integration..."
75+
"Loading ShotGrid Integration..."
7676
);
7777
};
7878

@@ -105,7 +105,7 @@ sg_panel.Panel = new function() {
105105
<tr>
106106
<td id='sg_unknown_context_details'>
107107
The currently active file can't be associated with a
108-
Shotgun context. Try switching to another file or
108+
ShotGrid context. Try switching to another file or
109109
restarting ${app_display_name}.
110110
</td>
111111
</tr>
@@ -518,7 +518,7 @@ sg_panel.Panel = new function() {
518518
Checked="false"/>';
519519

520520
flyout_xml += '<MenuItem Id="sg_dev_reload" \
521-
Label="Reload Shotgun Extension" \
521+
Label="Reload ShotGrid Extension" \
522522
Enabled="true" \
523523
Checked="false"/>';
524524
}

com.sg.basic.adobe.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.1
1+
v1.1.3

com.sg.basic.adobe.zxp

2.85 KB
Binary file not shown.

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
The Shotgun Adobe Framework
1+
The ShotGrid Adobe Framework
22
==================================================
33

4-
The Shotgun Adobe Framework contains a common integration platform for Adobe Products,
5-
unifying and simplifying the process of writing a Shotgun Toolkit integration for an
4+
The ShotGrid Adobe Framework contains a common integration platform for Adobe Products,
5+
unifying and simplifying the process of writing a ShotGrid Toolkit integration for an
66
Application that is part of the Adobe Suite.
77

88
More documentation coming soon.

python/tk_framework_adobe_utils/plugin_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def bootstrap(root_path, port, engine_name, app_id):
6767
from sgtk.platform.qt import QtGui
6868
from sgtk.platform.engine_logging import ToolkitEngineHandler
6969

70-
app_name = "Shotgun Framework for Adobe CC"
70+
app_name = "ShotGrid Framework for Adobe CC"
7171

7272
# create and set up the Qt app. we don't want the app to close when the
7373
# last window is shut down since it's running in parallel to the CC product.

0 commit comments

Comments
 (0)