Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-11-07 06:52:31 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-11-12 22:34:31 +0300
commitbc091c961780c3eb332b030f5dcb9f5ed37ff6da (patch)
tree23d1a9b4cf8b90cacc49a2c98a8dbf3f6c56bc1c /main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor
parentcf97932fb3b0c3bc3521eb8b41bad77526d6edff (diff)
More loc
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
index 98cf507fa3..874f1cebd1 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
@@ -525,7 +525,7 @@ namespace MonoDevelop.Gettext
Gtk.Menu result = new Gtk.Menu ();
- Gtk.MenuItem item = new Gtk.MenuItem ("Delete");
+ Gtk.MenuItem item = new Gtk.MenuItem (GettextCatalog.GetString ("Delete"));
item.Sensitive = entry.References.Length == 0;
item.Activated += delegate {
RemoveEntry (entry);