[network-manager-applet] Correct the comment about reordering %s



commit 75b2520ba05c51e8c96e9e8f4274a3b4a1c98f56
Author: Nguyễn Thái Ngọc Duy <pclouds gmail com>
Date:   Thu Mar 7 18:25:35 2013 +0700

    Correct the comment about reordering %s

 src/libnm-gtk/nm-ui-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libnm-gtk/nm-ui-utils.c b/src/libnm-gtk/nm-ui-utils.c
index 68971bb..e03ba85 100644
--- a/src/libnm-gtk/nm-ui-utils.c
+++ b/src/libnm-gtk/nm-ui-utils.c
@@ -477,7 +477,7 @@ nma_utils_disambiguate_device_names (NMDevice **devices,
                        /* Translators: the first %s is a bus name (eg, "USB") or
                         * product name, the second is a device type (eg,
                         * "Ethernet"). You can change this to something like
-                        * "%$2s (%$1s)" if there's no grammatical way to combine
+                        * "%2$s (%1$s)" if there's no grammatical way to combine
                         * the strings otherwise.
                         */
                        names[i] = g_strdup_printf (C_("long device name", "%s %s"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]