mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -23,11 +23,11 @@ void GraphController::viewWillAppear() {
|
||||
FunctionGraphController::viewWillAppear();
|
||||
}
|
||||
|
||||
const char * GraphController::emptyMessage() {
|
||||
I18n::Message GraphController::emptyMessage() {
|
||||
if (m_sequenceStore->numberOfDefinedFunctions() == 0) {
|
||||
return "Aucune suite";
|
||||
return I18n::Message::NoSequence;
|
||||
}
|
||||
return "Aucune suite activee";
|
||||
return I18n::Message::NoActivatedSequence;
|
||||
}
|
||||
|
||||
TermSumController * GraphController::termSumController() {
|
||||
|
||||
Reference in New Issue
Block a user