diff options
author | raveit65 <[email protected]> | 2021-09-18 16:46:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-18 16:46:53 +0200 |
commit | 316f9a8bcaee5c309ab951c00573e9cb74ff1935 (patch) | |
tree | 4fc27c1a576bcf8ee86958aee2414701b4789987 /plugins/xrandr/msd-xrandr-manager.c | |
parent | 3b6bfd7b16d6a80bf801d033ffaf97056d78a531 (diff) | |
download | mate-settings-daemon-316f9a8bcaee5c309ab951c00573e9cb74ff1935.tar.bz2 mate-settings-daemon-316f9a8bcaee5c309ab951c00573e9cb74ff1935.tar.xz |
xrandr: fix typo reported by translators
Diffstat (limited to 'plugins/xrandr/msd-xrandr-manager.c')
-rw-r--r-- | plugins/xrandr/msd-xrandr-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xrandr/msd-xrandr-manager.c b/plugins/xrandr/msd-xrandr-manager.c index f920d20..70b5ce0 100644 --- a/plugins/xrandr/msd-xrandr-manager.c +++ b/plugins/xrandr/msd-xrandr-manager.c @@ -2241,7 +2241,7 @@ add_menu_items_for_clone (MsdXrandrManager *manager) GtkWidget *item; gulong activate_id; - item = gtk_check_menu_item_new_with_label(_("Same output all monitors")); + item = gtk_check_menu_item_new_with_label(_("Same output on all monitors")); gtk_widget_set_tooltip_text(item, _("Mirror same output to all monitors and turn them on")); gtk_widget_show_all (item); gtk_menu_shell_append (GTK_MENU_SHELL (priv->popup_menu), item); |