Skip to content

Commit

Permalink
Capitalise TRANSLATORS
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jan 11, 2022
1 parent 41f2e1c commit 6114e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/AppContextMenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class Slingshot.AppContextMenu : Gtk.Menu {

string gpu_name = switcheroo_control.get_gpu_name (prefers_non_default_gpu);

// Translators: This will display as either 'Open with Intel Graphics' or 'Open with 'NVidia Graphics'
// TRANSLATORS: This will display as either 'Open with Intel Graphics' or 'Open with 'NVidia Graphics'
string label = _("Open with %s Graphics").printf (gpu_name);

var menu_item = new Gtk.MenuItem.with_mnemonic (label);
Expand Down

0 comments on commit 6114e28

Please sign in to comment.