summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-09-18 16:46:53 +0200
committerraveit65 <[email protected]>2021-09-18 16:54:33 +0200
commite3c6896f66a86318e54640c7c4f2c4bc6b37367f (patch)
tree6def808483bd0d34590279043fc5f25530da495c
parent1033cd6bb346c9034a866e17327385840596eccc (diff)
downloadmate-settings-daemon-e3c6896f66a86318e54640c7c4f2c4bc6b37367f.tar.bz2
mate-settings-daemon-e3c6896f66a86318e54640c7c4f2c4bc6b37367f.tar.xz
xrandr: fix typo reported by translators
-rw-r--r--plugins/xrandr/msd-xrandr-manager.c2
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);