cfg: ru_lang.cfg: translated new strings
This commit is contained in:
parent
7ebe866653
commit
5adb9deb15
2 changed files with 27 additions and 3 deletions
|
|
@ -1316,7 +1316,7 @@ int BotControl::menuGraphPage2 (int item) {
|
|||
case 4:
|
||||
if (graph.checkNodes (true)) {
|
||||
graph.saveGraphData ();
|
||||
msg ("Graph saved.");
|
||||
msg ("Graph successfully saved.");
|
||||
}
|
||||
else {
|
||||
msg ("Graph not saved. There are errors, see console...");
|
||||
|
|
@ -1326,7 +1326,7 @@ int BotControl::menuGraphPage2 (int item) {
|
|||
|
||||
case 5:
|
||||
if (graph.saveGraphData ()) {
|
||||
msg ("Graph saved.");
|
||||
msg ("Graph successfully saved.");
|
||||
}
|
||||
else {
|
||||
msg ("Could not save Graph. See console...");
|
||||
|
|
@ -1336,7 +1336,7 @@ int BotControl::menuGraphPage2 (int item) {
|
|||
|
||||
case 6:
|
||||
if (graph.loadGraphData ()) {
|
||||
msg ("Graph loaded.");
|
||||
msg ("Graph successfully loaded.");
|
||||
}
|
||||
else {
|
||||
msg ("Could not load Graph. See console...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue