diff options
author | Nikita Krishnia <nkrishnia@nvidia.com> | 2017-07-24 22:00:43 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2017-08-22 14:14:16 -0700 |
commit | d074cd04f8d79917f4d442112b95416d32df5b23 (patch) | |
tree | 4e31b7e5b326e70e2a365d050ae31901dc5deae0 | |
parent | 5497947cb629a367349e2aba3b135ce978d6ffb9 (diff) |
Rename the "Manage GRID License" page to "Manage License" in nvidia-settings: As "Manage GRID License" page will be displayed only on GRID platform with GRID packages installed, so renamed Licensing Page link to "Manage License" to maintain the consistency of name across Windows and Linux.
Testing done:
Verified successfully that the modified string "Manage License" is displayed
in Linux nvidia-settings.
-rw-r--r-- | src/gtk+-2.x/ctkwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk+-2.x/ctkwindow.c b/src/gtk+-2.x/ctkwindow.c index e53379e..bff0775 100644 --- a/src/gtk+-2.x/ctkwindow.c +++ b/src/gtk+-2.x/ctkwindow.c @@ -1061,7 +1061,7 @@ GtkWidget *ctk_window_new(ParsedAttribute *p, ConfigProperties *conf, if (widget) { help = ctk_manage_grid_license_create_help(tag_table, CTK_MANAGE_GRID_LICENSE(widget)); - add_page(widget, help, ctk_window, NULL, NULL, "Manage GRID License", + add_page(widget, help, ctk_window, NULL, NULL, "Manage License", NULL, ctk_manage_grid_license_start_timer, ctk_manage_grid_license_stop_timer); break; /* only add the page once */ |