fix typos in documentation and messages
https://bugzilla.gnome.org/show_bug.cgi?id=727031 Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:

committed by
Thomas Haller

parent
a72079a862
commit
b25c227e07
@@ -10246,7 +10246,7 @@
|
||||
for NM service; only emit when state really changes
|
||||
- Use hash tables correctly so that the key (which was previously owned
|
||||
by the D-Bus message) now has the same lifetime as the value, since
|
||||
the key is now taken from the the NMVPNConnection itself. This
|
||||
the key is now taken from the NMVPNConnection itself. This
|
||||
really fixes the double-VPN names in the applet
|
||||
|
||||
2007-08-13 Dan Williams <dcbw@redhat.com>
|
||||
|
@@ -1291,7 +1291,7 @@ split_required_fields_for_con_show (const char *input,
|
||||
/* Handle pseudo groups: profile, active */
|
||||
if (success && group_profile) {
|
||||
if (str1->len > 0) {
|
||||
g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone'"),
|
||||
g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone"),
|
||||
CON_SHOW_DETAIL_GROUP_PROFILE);
|
||||
success = FALSE;
|
||||
} else
|
||||
@@ -1299,7 +1299,7 @@ split_required_fields_for_con_show (const char *input,
|
||||
}
|
||||
if (success && group_active) {
|
||||
if (str2->len > 0) {
|
||||
g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone'"),
|
||||
g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone"),
|
||||
CON_SHOW_DETAIL_GROUP_ACTIVE);
|
||||
success = FALSE;
|
||||
} else
|
||||
@@ -6134,7 +6134,7 @@ editor_main_help (const char *command)
|
||||
case NMC_EDITOR_MAIN_CMD_SAVE:
|
||||
printf (_("save [persistent|temporary] :: save the connection\n\n"
|
||||
"Sends the connection profile to NetworkManager that either will save it\n"
|
||||
"pesistently, or will only keep it in memory. 'save' without an argument\n"
|
||||
"persistently, or will only keep it in memory. 'save' without an argument\n"
|
||||
"means 'save persistent'.\n"
|
||||
"Note that once you save the profile persistently those settings are saved\n"
|
||||
"across reboot or restart. Subsequent changes can also be temporary or\n"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
Update the connection with new settings and properties (replacing
|
||||
all previous settings and properties) but do not immediately save
|
||||
the connection to disk. Secrets may be part of the update request
|
||||
and may sent to a Secret Agent for storage, depending on the the
|
||||
and may sent to a Secret Agent for storage, depending on the
|
||||
flags associated with each secret.
|
||||
|
||||
Use the 'Save' method to save these changes to disk. Note
|
||||
|
Reference in New Issue
Block a user