diff options
| author | lsces <lester@lsces.co.uk> | 2012-09-22 15:39:34 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-09-22 15:39:34 +0100 |
| commit | b7db29527f4e106cdfe7b087787de9665a20bea3 (patch) | |
| tree | db284f5fd9fff466688a533e74cf6f04ed6d6b26 /LibertyStructure.php | |
| parent | 548ef43f15be1c93b8327f21eeccc5db4c9572e1 (diff) | |
| download | liberty-b7db29527f4e106cdfe7b087787de9665a20bea3.tar.gz liberty-b7db29527f4e106cdfe7b087787de9665a20bea3.tar.bz2 liberty-b7db29527f4e106cdfe7b087787de9665a20bea3.zip | |
Can't see an easy way to differentiate, but this is a more firendly warning
when save is pressed without any change to the structure.
*I* was confused by it :)
Diffstat (limited to 'LibertyStructure.php')
| -rw-r--r-- | LibertyStructure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyStructure.php b/LibertyStructure.php index d5d4a5f..d147bca 100644 --- a/LibertyStructure.php +++ b/LibertyStructure.php @@ -435,7 +435,7 @@ class LibertyStructure extends LibertyBase { } } } else { - $this->mErrors['verify_structure'] = tra( "The structure could not be stored because of missing data." ); + $this->mErrors['verify_structure'] = tra( "There are no changes to save." ); } // clear up some memory |
