Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Strings Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Nov 23, 2016
1 parent e1bdb1c commit 39b30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeviceIndicator.vala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace KDEConnectIndicator {
menu.append (new Gtk.SeparatorMenuItem ());
browse_item = new Gtk.MenuItem.with_label (_("Browse device"));
menu.append (browse_item);
send_item = new Gtk.MenuItem.with_label (_("Send file"));
send_item = new Gtk.MenuItem.with_label (_("Send file(s)"));
menu.append (send_item);
separator = new Gtk.SeparatorMenuItem ();
menu.append (separator);
Expand Down

0 comments on commit 39b30a1

Please sign in to comment.