Various translation fixes.

Closes tickets #15892 and #15893
This commit is contained in:
Niels Sascha Reedijk
2020-04-21 13:38:36 +01:00
parent d4304f4384
commit 5d573f8375
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -251,6 +251,7 @@ DoCatalogs HaikuDepot :
App.cpp
FeaturedPackagesView.cpp
FilterView.cpp
LocaleUtils.cpp
LocalPkgDataLoadProcess.cpp
LocalRepositoryUpdateProcess.cpp
MainWindow.cpp
+3 -3
View File
@@ -174,9 +174,9 @@ ServerHelper::AlertClientTooOld(BMessage* message)
minimumVersion = "???";
alertText.SetToFormat(
B_TRANSLATE("This application is too old to communicate with the "
" HaikuDepot server system. Obtain a newer version of HaikuDepot "
" by updating your Haiku system. The minimum version of "
B_TRANSLATE("This application is too old to communicate with the"
" HaikuDepot server system. Obtain a newer version of HaikuDepot"
" by updating your Haiku system. The minimum version of"
" HaikuDepot required is \"%s\"."), minimumVersion.String());
BAlert* alert = new BAlert(
+1
View File
@@ -17,4 +17,5 @@ DoCatalogs Media
: x-vnd.Haiku-Media
: MediaViews.cpp
MediaWindow.cpp
MidiSettingsView.cpp
;