diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp
index 06a97c92149c1d390d14e56be00edeac60837682..4331a63346ae705f9ca807403639399ed5d3c5ed 100755
--- a/indra/newview/llfloaterabout.cpp
+++ b/indra/newview/llfloaterabout.cpp
@@ -316,7 +316,7 @@ void LLServerReleaseNotesURLFetcher::completedHeader(U32 status, const std::stri
 		std::string location = content["location"].asString();
 		if (location.empty())
 		{
-			location = floater_about->getString("ErrorFetchingServerReleaseNotesURL");
+			location = LLTrans::getString("ErrorFetchingServerReleaseNotesURL");
 		}
 		LLAppViewer::instance()->setServerReleaseNotesURL(location);
 	}