aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2015-12-25 16:27:10 -0500
committerLuke <luke.pulverenti@gmail.com>2015-12-25 16:27:10 -0500
commitdff283a321a0f23c81fc4b55ace631e560ef41ca (patch)
tree21fd030fee8d396b2425b1e004c2fe66d3cb1c0c
parent9c3119808b73bdc988312144cc034f55e8a8c616 (diff)
update icon text
-rw-r--r--MediaBrowser.Server.Mac/MenuBarIcon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mac/MenuBarIcon.cs b/MediaBrowser.Server.Mac/MenuBarIcon.cs
index 4f2f845de..51ba7f432 100644
--- a/MediaBrowser.Server.Mac/MenuBarIcon.cs
+++ b/MediaBrowser.Server.Mac/MenuBarIcon.cs
@@ -139,7 +139,7 @@ namespace MediaBrowser.Server.Mac
quitMenuItem.Title = localization.GetLocalizedString("LabelExit");
communityMenuItem.Title = localization.GetLocalizedString("LabelVisitCommunity");
browseMenuItem.Title = localization.GetLocalizedString("LabelBrowseLibrary");
- configureMenuItem.Title = localization.GetLocalizedString("LabelConfigureMediaBrowser");
+ configureMenuItem.Title = localization.GetLocalizedString("LabelConfigureServer");
}
}
}