diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-07-28 08:35:57 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-07-28 08:35:57 -0400 |
| commit | af4cb1de35c64d42f96694295b535e81384ac2fa (patch) | |
| tree | 1ec5abdeb29e8a20bb68b0a8351d1ce3c1d88493 /MediaBrowser.Api/Reports/Common/ReportHelper.cs | |
| parent | ba2574a03b76f98b3688755f2afaad4ee01333d0 (diff) | |
| parent | 162d6dd917e6d6e966a83e65c4ec1d340e602540 (diff) | |
Merge pull request #1149 from t-andre/dev
Reports - update localization
Diffstat (limited to 'MediaBrowser.Api/Reports/Common/ReportHelper.cs')
| -rw-r--r-- | MediaBrowser.Api/Reports/Common/ReportHelper.cs | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/MediaBrowser.Api/Reports/Common/ReportHelper.cs b/MediaBrowser.Api/Reports/Common/ReportHelper.cs index c70cedf61..9dc4fbd51 100644 --- a/MediaBrowser.Api/Reports/Common/ReportHelper.cs +++ b/MediaBrowser.Api/Reports/Common/ReportHelper.cs @@ -76,14 +76,6 @@ namespace MediaBrowser.Api.Reports return rType; } - /// <summary> Gets java script localized string. </summary> - /// <param name="phrase"> The phrase. </param> - /// <returns> The java script localized string. </returns> - public static string GetJavaScriptLocalizedString(string phrase) - { - return BaseItem.LocalizationManager.GetLocalizedString(phrase); - } - /// <summary> Gets report view type. </summary> /// <param name="rowType"> The type. </param> /// <returns> The report view type. </returns> @@ -132,10 +124,10 @@ namespace MediaBrowser.Api.Reports return rType; } - /// <summary> Gets server localized string. </summary> + /// <summary> Gets core localized string. </summary> /// <param name="phrase"> The phrase. </param> - /// <returns> The server localized string. </returns> - public static string GetServerLocalizedString(string phrase) + /// <returns> The core localized string. </returns> + public static string GetCoreLocalizedString(string phrase) { return BaseItem.LocalizationManager.GetLocalizedString(phrase); } |
