forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit801babf
committed
On second thought, use an empty string instead of "none" when not connected.
"none" could mislead to think that you're connected a database with thatname. Also, it needs to be translated, which might be hard without somecontext. So in back-branches, use empty string, so that the message is(currently ""), which is at least unambiguous and doens't requiretranslation. In master, it's no problem to add translatable strings, so usea different fix there.1 parentbb9a9a9 commit801babf
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
0 commit comments
Comments
(0)