Mailinglist Archive: yast-commit (650 mails)
| < Previous | Next > |
[yast-commit] r55400 - in /trunk/country: package/yast2-country.changes timezone/src/Timezone.ycp timezone/src/dialogs.ycp
- From: jsuchome@xxxxxxxxxxxxxxxx
- Date: Wed, 11 Feb 2009 06:46:51 -0000
- Message-id: <E1LX8rz-0005Ht-MF@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Wed Feb 11 07:46:51 2009
New Revision: 55400
URL: http://svn.opensuse.org/viewcvs/yast?rev=55400&view=rev
Log:
- changed order of Date and Time strings (date first, bnc#445670)
Modified:
trunk/country/package/yast2-country.changes
trunk/country/timezone/src/Timezone.ycp
trunk/country/timezone/src/dialogs.ycp
Modified: trunk/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/package/yast2-country.changes (original)
+++ trunk/country/package/yast2-country.changes Wed Feb 11 07:46:51 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Feb 11 07:45:37 CET 2009 - jsuchome@xxxxxxx
+
+- changed order of Date and Time strings (date first, bnc#445670)
+
+-------------------------------------------------------------------
Tue Jan 6 20:28:15 CET 2009 - jsuchome@xxxxxxx
- correct widget name from NTP proposal (bnc#463796)
Modified: trunk/country/timezone/src/Timezone.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/Timezone.ycp?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/timezone/src/Timezone.ycp (original)
+++ trunk/country/timezone/src/Timezone.ycp Wed Feb 11 07:46:51 2009
@@ -501,7 +501,7 @@
string cmd = "";
string date_format = (locale_format && Mode::normal ())
- ? "+%c" : "+%H:%M:%S - %Y-%m-%d";
+ ? "+%c" : "+%Y-%m-%d - %H:%M:%S";
y2milestone( "GetDateTime hwclock %1 real:%2", hwclock, real_time );
if (!real_time && !Mode::config ())
Modified: trunk/country/timezone/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/dialogs.ycp?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/timezone/src/dialogs.ycp (original)
+++ trunk/country/timezone/src/dialogs.ycp Wed Feb 11 07:46:51 2009
@@ -537,9 +537,9 @@
string time_frame_label =
// frame label
- ntp_used ? _("Time and Date (NTP is configured)") :
+ ntp_used ? _("Date and Time (NTP is configured)") :
// frame label
- _("Time and Date");
+ _("Date and Time");
// Read system date and time.
string date = Timezone::GetDateTime(true, false);
@@ -792,9 +792,9 @@
// adapt frame label, NTP status may be changed
time_frame_label =
// frame label
- ntp_used ? _("Time and Date (NTP is configured)") :
+ ntp_used ? _("Date and Time (NTP is configured)") :
// frame label
- _("Time and Date");
+ _("Date and Time");
UI::ChangeWidget (`id (`time_fr), `Label, time_frame_label);
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Feb 11 07:46:51 2009
New Revision: 55400
URL: http://svn.opensuse.org/viewcvs/yast?rev=55400&view=rev
Log:
- changed order of Date and Time strings (date first, bnc#445670)
Modified:
trunk/country/package/yast2-country.changes
trunk/country/timezone/src/Timezone.ycp
trunk/country/timezone/src/dialogs.ycp
Modified: trunk/country/package/yast2-country.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/package/yast2-country.changes (original)
+++ trunk/country/package/yast2-country.changes Wed Feb 11 07:46:51 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Feb 11 07:45:37 CET 2009 - jsuchome@xxxxxxx
+
+- changed order of Date and Time strings (date first, bnc#445670)
+
+-------------------------------------------------------------------
Tue Jan 6 20:28:15 CET 2009 - jsuchome@xxxxxxx
- correct widget name from NTP proposal (bnc#463796)
Modified: trunk/country/timezone/src/Timezone.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/Timezone.ycp?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/timezone/src/Timezone.ycp (original)
+++ trunk/country/timezone/src/Timezone.ycp Wed Feb 11 07:46:51 2009
@@ -501,7 +501,7 @@
string cmd = "";
string date_format = (locale_format && Mode::normal ())
- ? "+%c" : "+%H:%M:%S - %Y-%m-%d";
+ ? "+%c" : "+%Y-%m-%d - %H:%M:%S";
y2milestone( "GetDateTime hwclock %1 real:%2", hwclock, real_time );
if (!real_time && !Mode::config ())
Modified: trunk/country/timezone/src/dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/dialogs.ycp?rev=55400&r1=55399&r2=55400&view=diff
==============================================================================
--- trunk/country/timezone/src/dialogs.ycp (original)
+++ trunk/country/timezone/src/dialogs.ycp Wed Feb 11 07:46:51 2009
@@ -537,9 +537,9 @@
string time_frame_label =
// frame label
- ntp_used ? _("Time and Date (NTP is configured)") :
+ ntp_used ? _("Date and Time (NTP is configured)") :
// frame label
- _("Time and Date");
+ _("Date and Time");
// Read system date and time.
string date = Timezone::GetDateTime(true, false);
@@ -792,9 +792,9 @@
// adapt frame label, NTP status may be changed
time_frame_label =
// frame label
- ntp_used ? _("Time and Date (NTP is configured)") :
+ ntp_used ? _("Date and Time (NTP is configured)") :
// frame label
- _("Time and Date");
+ _("Date and Time");
UI::ChangeWidget (`id (`time_fr), `Label, time_frame_label);
}
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |